dratio.exceptions.DratioException#

exception dratio.exceptions.DratioException#

Base class for all dratio exceptions.

message(str)#
Type:

The exception message.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.