dashboard/helpers/exceptions.py
Mart van Santen e8063b1de7 Create /web router for login panel parts
Integrated helper classes and configuration
Create login "area"
2022-03-21 15:02:29 +08:00

8 lines
318 B
Python

"""Custom exception handler to raise consistent exceptions, as different backend
raise different exceptions"""
class BackendError(Exception):
"""The backend error is raised when interacting with
the backend fails or gives an unexpected result. The
error contains a oneliner description of the problem"""