| Index: lib/src/authorization_exception.dart
|
| diff --git a/lib/src/authorization_exception.dart b/lib/src/authorization_exception.dart
|
| index 838d0011fbbe327cd88bac5224ffbdf54bc8de3e..9ce4b8c95a88062e16b479f8e52bce7c2d6e7d27 100644
|
| --- a/lib/src/authorization_exception.dart
|
| +++ b/lib/src/authorization_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 oauth2.authorization_exception;
|
| -
|
| /// An exception raised when OAuth2 authorization fails.
|
| class AuthorizationException implements Exception {
|
| /// The name of the error.
|
|
|