mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
e0ce1d118c
Fix uploads, Only send server stats to user page when they have access to servers
9 lines
151 B
Python
9 lines
151 B
Python
class CraftyException(Exception):
|
|
pass
|
|
|
|
class DatabaseException(CraftyException):
|
|
pass
|
|
|
|
class SchemaError(DatabaseException):
|
|
pass
|