mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
More comments
This commit is contained in:
parent
222170c2cc
commit
7e120295b9
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class ApiException implements Exception {
|
|||
final dynamic message;
|
||||
}
|
||||
|
||||
/// Platform permission is not granted by user
|
||||
class PermissionException implements Exception {
|
||||
PermissionException([this.message]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue