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

Class NumberOfDigitsError

barcode/errors.py:23–24  ·  view source on GitHub ↗

Raised when the number of digits do not match.

Source from the content-addressed store, hash-verified

21
22
23class NumberOfDigitsError(BarcodeError):
24 """Raised when the number of digits do not match."""
25
26
27class WrongCountryCodeError(BarcodeError):

Callers 3

__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected