14 lines
363 B
Dart
14 lines
363 B
Dart
|
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 {}
|