| Index: packages/path/lib/src/path_exception.dart
|
| diff --git a/packages/path/lib/src/path_exception.dart b/packages/path/lib/src/path_exception.dart
|
| index 49bd268e4d5382de9d0bc547946a19589be409d8..55f5be30a7b7673c786f9c6bcc7d32347d7ae706 100644
|
| --- a/packages/path/lib/src/path_exception.dart
|
| +++ b/packages/path/lib/src/path_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 path.path_exception;
|
| -
|
| /// An exception class that's thrown when a path operation is unable to be
|
| /// computed accurately.
|
| class PathException implements Exception {
|
|
|