mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 16:07:58 -06:00
chore+fix+feat: Apply dart fixes after upgrade to flutter 3.10, add permission checks, make most api calls work again
This commit is contained in:
5
lib/core/exception/server_message_exception.dart
Normal file
5
lib/core/exception/server_message_exception.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
class ServerMessageException implements Exception {
|
||||
final String message;
|
||||
|
||||
ServerMessageException(this.message);
|
||||
}
|
||||
Reference in New Issue
Block a user