| Index: lib/core/exceptions.dart
|
| diff --git a/lib/core/exceptions.dart b/lib/core/exceptions.dart
|
| index 886680ecac1dad3d05d6adc4cd7f14ce658a7518..12274b8c87f453042c7d480f844ee496a394ab20 100644
|
| --- a/lib/core/exceptions.dart
|
| +++ b/lib/core/exceptions.dart
|
| @@ -42,19 +42,6 @@ class IllegalAccessException implements Exception {
|
| String toString() => "Attempt to modify an immutable object";
|
| }
|
|
|
| -
|
| -class ClosureArgumentMismatchException implements Exception {
|
| - const ClosureArgumentMismatchException();
|
| - String toString() => "Closure argument mismatch";
|
| -}
|
| -
|
| -
|
| -class ObjectNotClosureException implements Exception {
|
| - const ObjectNotClosureException();
|
| - String toString() => "Object is not closure";
|
| -}
|
| -
|
| -
|
| /**
|
| * Exception thrown when a string or some other data does not have an expected
|
| * format and cannot be parsed or processed.
|
|
|