Module pysdrlib.file.err
Classes
class Overflow (*args, **kwargs)-
Expand source code
class Overflow(Exception): passCommon base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
class Underflow (*args, **kwargs)-
Expand source code
class Underflow(Exception): passCommon base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException