sec_parser.exceptions ===================== .. py:module:: sec_parser.exceptions Exceptions ---------- .. autoapisummary:: sec_parser.exceptions.SecParserError sec_parser.exceptions.SecParserValueError sec_parser.exceptions.SecParserRuntimeError Module Contents --------------- .. py:exception:: SecParserError Bases: :py:obj:`Exception` Base exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class. .. py:exception:: SecParserValueError Bases: :py:obj:`SecParserError`, :py:obj:`ValueError` Base exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class. .. py:exception:: SecParserRuntimeError Bases: :py:obj:`SecParserError`, :py:obj:`RuntimeError` Base exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class.