Initial commit
This commit is contained in:
3
api/services/errors/base.py
Normal file
3
api/services/errors/base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class BaseServiceError(Exception):
|
||||
def __init__(self, description: str = None):
|
||||
self.description = description
|
Reference in New Issue
Block a user