Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
class
BarcodeError(Exception):
8
def
__init__(self, msg) -> None:
9
self.msg = msg
10
11
def
__str__(self) -> str:
12
return
self.msg
13
14
15
class
IllegalCharacterError(BarcodeError):
Callers
3
build
Method · 0.90
calculate_checksum
Method · 0.90
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected