| Index: lib/src/exception.dart
|
| diff --git a/lib/src/exception.dart b/lib/src/exception.dart
|
| index 2fb0713286ec8b083ad7452176134fc41d7568c7..b359155b9106b5dbf7ca63e6020e7b3c015eb7e3 100644
|
| --- a/lib/src/exception.dart
|
| +++ b/lib/src/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 json_rpc_2.exception;
|
| -
|
| import '../error_code.dart' as error_code;
|
|
|
| /// An exception from a JSON-RPC server that can be translated into an error
|
|
|