Module accretive.exceptions¶
Family of exceptions for package API.
- exception accretive.exceptions.IndelibleAttributeError(name: str)¶
Bases:
Omniexception,AttributeError,TypeErrorAttempt to reassign or delete indelible attribute.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception accretive.exceptions.IndelibleEntryError(indicator: Any)¶
Bases:
Omniexception,TypeErrorAttempt to update or remove indelible dictionary entry.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception accretive.exceptions.InvalidOperationError(name: str)¶
Bases:
Omniexception,RuntimeError,TypeErrorAttempt to perform invalid operation.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception accretive.exceptions.Omniexception(*posargs: Any, **nomargs: Any)¶
Bases:
ConcealerExtension,Object,BaseExceptionBase for exceptions raised by package API.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶