Module pysdrlib.file.err

Classes

class Overflow (*args, **kwargs)
Expand source code
class Overflow(Exception):
    pass

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class Underflow (*args, **kwargs)
Expand source code
class Underflow(Exception):
    pass

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException