Coverage for libs/sdc_etl_libs/sdc_file_helpers/TechnicalStandards/EDI/SDCEDIExceptions.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
2Set of Custom exception used by the EDI Standard
3"""
6class EDITransactionNotFound(Exception):
7 """
8 Custom exception class. It refers to missing EDI transactions
9 """
12class EDIInternalErrorException(Exception):
13 """
14 Custom exception class. It refers to internal errors processing an EDI object
15 """