mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-06 23:53:31 +00:00
VBANCMDConnectionError now subclasses VBANCMDError
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "vban-cmd"
|
||||
version = "2.3.3"
|
||||
version = "2.4.0"
|
||||
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
|
||||
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
||||
license = "MIT"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class VBANCMDError(Exception):
|
||||
"""Exception raised when general errors occur"""
|
||||
"""Base VBANCMD Exception class. Raised when general errors occur"""
|
||||
|
||||
|
||||
class VBANCMDConnectionError(Exception):
|
||||
class VBANCMDConnectionError(VBANCMDError):
|
||||
"""Exception raised when connection/timeout errors occur"""
|
||||
|
||||
Reference in New Issue
Block a user