2023-06-17 21:50:52 +00:00
|
|
|
class DatabaseAlreadyOpen implements Exception {}
|
|
|
|
|
|
|
|
class DatabaseIsNotOpen implements Exception {}
|
|
|
|
|
|
|
|
class UnableToGetDocuments implements Exception {}
|
|
|
|
|
|
|
|
class CouldNotDeletePlayer implements Exception {}
|
|
|
|
|
|
|
|
class CouldNotUpdatePlayer implements Exception {}
|
|
|
|
|
|
|
|
class TetrioPlayerAlreadyExist implements Exception {}
|
|
|
|
|
|
|
|
class TetrioPlayerNotExist implements Exception {}
|