PluginManager/PluginExceptions.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
24 """ 24 """
25 Private method returning a representation of the exception. 25 Private method returning a representation of the exception.
26 26
27 @return string representing the error message 27 @return string representing the error message
28 """ 28 """
29 return unicode(self._errorMessage) 29 return str(self._errorMessage)
30 30
31 def __str__(self): 31 def __str__(self):
32 """ 32 """
33 Private method returning a string representation of the exception. 33 Private method returning a string representation of the exception.
34 34

eric ide

mercurial