104
104
except (AttributeError, TypeError, NameError, ValueError, KeyError), e:
106
106
% (self.__class__.__name__,
108
108
getattr(self, '_fmt', None),
111
111
def _get_format_string(self):
112
112
"""Return format string for this exception or None"""