| Index: lib/core/exceptions.dart
|
| diff --git a/lib/core/exceptions.dart b/lib/core/exceptions.dart
|
| index c1774ef1f139d4f821ba6bc882c0eeb9eacaff24..e49856777bd90dcd3e925d94fe220e77c9cf6e45 100644
|
| --- a/lib/core/exceptions.dart
|
| +++ b/lib/core/exceptions.dart
|
| @@ -24,18 +24,6 @@ class _ExceptionImplementation implements Exception {
|
|
|
|
|
| /**
|
| - * Exception thrown because of an index outside of the valid range.
|
| - */
|
| -class IndexOutOfRangeException implements Exception {
|
| - const IndexOutOfRangeException(this._value);
|
| -
|
| - String toString() => "IndexOutOfRangeException: $_value";
|
| -
|
| - final _value;
|
| -}
|
| -
|
| -
|
| -/**
|
| * Exception thrown when a string or some other data does not have an expected
|
| * format and cannot be parsed or processed.
|
| */
|
|
|