| Index: lib/core/exceptions.dart
|
| diff --git a/lib/core/exceptions.dart b/lib/core/exceptions.dart
|
| index c57603a76ee85ca82d8f43421015be3a24caa549..2a33326ea961bbcb128d05d6aa5a89ca7586d667 100644
|
| --- a/lib/core/exceptions.dart
|
| +++ b/lib/core/exceptions.dart
|
| @@ -55,12 +55,6 @@ class ObjectNotClosureException implements Exception {
|
| }
|
|
|
|
|
| -class StackOverflowException implements Exception {
|
| - const StackOverflowException();
|
| - String toString() => "Stack Overflow";
|
| -}
|
| -
|
| -
|
| /**
|
| * Exception thrown when a string or some other data does not have an expected
|
| * format and cannot be parsed or processed.
|
|
|