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