refactoring
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class AuthException implements Exception {
|
||||
final String message;
|
||||
|
||||
AuthException(this.message);
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return message;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user