| Index: pkg/yaml/lib/src/yaml_exception.dart
|
| diff --git a/pkg/yaml/lib/src/yaml_exception.dart b/pkg/yaml/lib/src/yaml_exception.dart
|
| index 66697a18eeb5d59be7dd633391d698fad8573d22..a86327413d49fc9e05919881b5a1ac9d947266f5 100644
|
| --- a/pkg/yaml/lib/src/yaml_exception.dart
|
| +++ b/pkg/yaml/lib/src/yaml_exception.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 yaml_exception;
|
| +library yaml.exception;
|
|
|
| /// An error thrown by the YAML processor.
|
| class YamlException implements Exception {
|
|
|