6 lines
169 B
Dart
6 lines
169 B
Dart
|
|
class NotFoundSessionException implements Exception {}
|
|
|
|
class NotFoundAccountIdException implements Exception {}
|
|
|
|
class NotFoundContextException implements Exception {} |