| Index: lib/core/exceptions.dart
|
| diff --git a/lib/core/exceptions.dart b/lib/core/exceptions.dart
|
| index c57603a76ee85ca82d8f43421015be3a24caa549..db297e4cc6b02d9cb1bb165b48d0d2f70786f01d 100644
|
| --- a/lib/core/exceptions.dart
|
| +++ b/lib/core/exceptions.dart
|
| @@ -80,12 +80,6 @@ class FormatException implements Exception {
|
| }
|
|
|
|
|
| -class WrongArgumentCountException implements Exception {
|
| - const WrongArgumentCountException();
|
| - String toString() => "WrongArgumentCountException";
|
| -}
|
| -
|
| -
|
| class NullPointerException implements Exception {
|
| const NullPointerException([this.functionName, this.arguments = const []]);
|
| String toString() {
|
|
|