f44118af48
Signed-off-by: dab246 <tdvu@linagora.com>
8 lines
226 B
Dart
8 lines
226 B
Dart
|
|
class NotFoundSessionException implements Exception {}
|
|
|
|
class NotFoundAccountIdException implements Exception {}
|
|
|
|
class NotFoundContextException implements Exception {}
|
|
|
|
class ParametersIsNullException implements Exception {} |