mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 18:07:50 -06:00
feat: Add tests, update notes implementation
This commit is contained in:
@@ -9,4 +9,9 @@ class InfoMessageException implements Exception {
|
||||
this.message,
|
||||
this.stackTrace,
|
||||
});
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return 'InfoMessageException(code: $code, message: $message, stackTrace: $stackTrace)';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user