latest server code
Some checks failed
Build and Push Multi-Arch Docker Image / build-and-push (push) Failing after 38s
Some checks failed
Build and Push Multi-Arch Docker Image / build-and-push (push) Failing after 38s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
8
server/cinema/lib/common/env_not_found_exception.dart
Normal file
8
server/cinema/lib/common/env_not_found_exception.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
class EnvNotFoundException implements Exception {
|
||||
final String message;
|
||||
EnvNotFoundException([this.message = '']);
|
||||
|
||||
@override
|
||||
String toString() => 'EnvNotFoundException: $message';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user