sec_parser.exceptions
Exceptions
Base exception class for sec_parser. |
|
Base exception class for sec_parser. |
|
Base exception class for sec_parser. |
Module Contents
- exception sec_parser.exceptions.SecParserError
Bases:
ExceptionBase exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class.
- exception sec_parser.exceptions.SecParserValueError
Bases:
SecParserError,ValueErrorBase exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class.
- exception sec_parser.exceptions.SecParserRuntimeError
Bases:
SecParserError,RuntimeErrorBase exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class.