--- a/PluginManager/PluginExceptions.py Sat May 17 19:58:49 2014 +0200 +++ b/PluginManager/PluginExceptions.py Sun May 18 14:13:09 2014 +0200 @@ -25,7 +25,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 """ @@ -33,7 +33,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 """