swtloc.utils.SWTTypeError

class swtloc.utils.SWTTypeError[source]

Bases: swtloc.utils.SWTLocExceptions

Raised when non-acceptable type is received in the parameters

args
with_traceback()

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