mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2025-04-04 12:53:48 +01:00
Compare commits
2 Commits
9c0e2bef39
...
afa1867abc
Author | SHA1 | Date | |
---|---|---|---|
afa1867abc | |||
fcb656b7d0 |
@ -1,5 +1,6 @@
|
||||
[](https://badge.fury.io/py/vban-cmd)
|
||||
[](https://github.com/onyx-and-iris/vban-cmd-python/blob/dev/LICENSE)
|
||||
[](https://python-poetry.org/)
|
||||
[](https://github.com/psf/black)
|
||||
[](https://pycqa.github.io/isort/)
|
||||

|
||||
@ -513,7 +514,7 @@ States not guaranteed to be current (requires use of dirty parameters to confirm
|
||||
|
||||
## Errors
|
||||
|
||||
- `errors.VBANCMDError`: Exception raised when general errors occur.
|
||||
- `errors.VBANCMDError`: Base VBANCMD Exception class.
|
||||
- `errors.VBANCMDConnectionError`: Exception raised when connection/timeout errors occur.
|
||||
|
||||
## Logging
|
||||
|
@ -1,5 +1,5 @@
|
||||
class VBANCMDError(Exception):
|
||||
"""Base VBANCMD Exception class. Raised when general errors occur"""
|
||||
"""Base VBANCMD Exception class."""
|
||||
|
||||
|
||||
class VBANCMDConnectionError(VBANCMDError):
|
||||
|
Loading…
x
Reference in New Issue
Block a user