sec_parser.exceptions

Exceptions

SecParserError

Base exception class for sec_parser.

SecParserValueError

Base exception class for sec_parser.

SecParserRuntimeError

Base exception class for sec_parser.

Module Contents

exception sec_parser.exceptions.SecParserError

Bases: Exception

Base exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class.

exception sec_parser.exceptions.SecParserValueError

Bases: SecParserError, ValueError

Base exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class.

exception sec_parser.exceptions.SecParserRuntimeError

Bases: SecParserError, RuntimeError

Base exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class.