Source code for pybarcodes.exceptions
[docs]
class IncorrectFormat(Exception):
"""Raised when the user didn't pass the correct format for the barcode they are using"""
[docs]
class IncorrectFormat(Exception):
"""Raised when the user didn't pass the correct format for the barcode they are using"""