/  PyMDB  /  Exceptions

Exceptions

ExportError

class yamcs.pymdb.ExportError

Bases: Exception

An error occurred while generating an export.

__init__(*args, **kwargs)
__new__(**kwargs)
args
with_traceback()

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