Exceptions¶
Custom exceptions raised by the library.
BSBLANError¶
bsblan.BSBLANError
¶
Bases: Exception
Generic BSBLAN exception.
Initialize a new instance of the BSBLANError class.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
message
|
str | None
|
Optional custom error message. |
None
|
Source code in src/bsblan/exceptions.py
BSBLANConnectionError¶
bsblan.BSBLANConnectionError
¶
Bases: BSBLANError
BSBLAN connection exception.
Initialize a new instance of the BSBLANConnectionError class.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
message
|
str | None
|
Optional error message. |
None
|