--- a/Utilities/__init__.py Sat May 17 19:58:49 2014 +0200 +++ b/Utilities/__init__.py Sun May 18 14:13:09 2014 +0200 @@ -124,7 +124,7 @@ def __repr__(self): """ - Private method returning a representation of the exception. + Special method returning a representation of the exception. @return string representing the error message """ @@ -132,7 +132,7 @@ def __str__(self): """ - Private method returning a string representation of the exception. + Special method returning a string representation of the exception. @return string representing the error message """