Base class for repository-specific exceptions.
Subclasses must define self.MessageSource as the module
containing a g_errorMessages mapping of error codes to
message strings.
Methods
__init__(
self,
errorCode,
*args,
**kwargs)
Methods inherited from class Ft.FtException
Methods inherited from class exceptions.Exception
__getitem__
Fields