Add platform exception
This commit is contained in:
parent
b95c88b708
commit
791b42afe1
@ -16,6 +16,11 @@ class DecryptionException implements Exception {
|
||||
DecryptionException(this.error);
|
||||
}
|
||||
|
||||
class PlatformException implements Exception {
|
||||
String error;
|
||||
PlatformException(this.error);
|
||||
}
|
||||
|
||||
class NotImplementedException implements Exception {
|
||||
String error;
|
||||
NotImplementedException(this.error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user