move everything to backend folder for migration to dashboard repository
This commit is contained in:
parent
af6b006409
commit
92ec7c653d
89 changed files with 0 additions and 0 deletions
8
backend/helpers/exceptions.py
Normal file
8
backend/helpers/exceptions.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
"""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"""
|
||||
Reference in a new issue