gaitmap.utils.exceptions.GaitmapMadImportError#
- class gaitmap.utils.exceptions.GaitmapMadImportError(object_name: str, module_name: str)[source]#
An error indicating that the algorithm is implemented in gaitmap-mad and not gaitmap.
Methods
Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
- msg#
exception message
- name#
module name
- path#
module path
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.