Files
2025-04-30 08:48:49 -05:00

24 lines
835 B
Python

# uncompyle6 version 3.9.2
# Python bytecode version base 3.7.0 (3394)
# Decompiled from: Python 3.8.19 (default, Mar 20 2024, 15:27:52)
# [Clang 14.0.6 ]
# Embedded file name: /var/user/app/device_supervisorbak/device_supervisor/lib/pycomm3/exceptions.py
# Compiled at: 2024-04-18 03:12:57
# Size of source mod 2**32: 1666 bytes
class PycommError(Exception):
__doc__ = "\n Base exception for all exceptions raised by pycomm3\n "
class CommError(PycommError):
__doc__ = "\n For exceptions raised during connection related issues\n "
class DataError(PycommError):
__doc__ = "\n For exceptions raised during handling for responses to requests\n "
class RequestError(PycommError):
__doc__ = "\n For exceptions raised due to issues building requests or processing of user supplied data\n "