| Index: lib/src/hijack_exception.dart
|
| diff --git a/lib/src/hijack_exception.dart b/lib/src/hijack_exception.dart
|
| index 56d5cecf1cd9fe473d3d3a634eaf9337c091d0d7..eecf9d818fc2bcfb6df02ec1a09c37885be9bb55 100644
|
| --- a/lib/src/hijack_exception.dart
|
| +++ b/lib/src/hijack_exception.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library shelf.hijack_exception;
|
| -
|
| /// An exception used to indicate that a request has been hijacked.
|
| ///
|
| /// This shouldn't be captured by any code other than the Shelf adapter that
|
|
|