MCPcopy Create free account
hub / github.com/WhyNotHugo/python-barcode / BarcodeError

Class BarcodeError

barcode/errors.py:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7class BarcodeError(Exception):
8 def __init__(self, msg) -> None:
9 self.msg = msg
10
11 def __str__(self) -> str:
12 return self.msg
13
14
15class IllegalCharacterError(BarcodeError):

Callers 3

buildMethod · 0.90
calculate_checksumMethod · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected