mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 17:55:29 +01: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
|