| Index: lib/src/exceptions.dart
|
| diff --git a/lib/src/exceptions.dart b/lib/src/exceptions.dart
|
| index 65dff3fd0008a81374e5ad834e7311af19c03a4c..e11c48ccd39bcb7748933b5ce01dfc3df5151ee4 100644
|
| --- a/lib/src/exceptions.dart
|
| +++ b/lib/src/exceptions.dart
|
| @@ -13,7 +13,7 @@ import "package:http/http.dart" as http;
|
| import "package:stack_trace/stack_trace.dart";
|
| import "package:yaml/yaml.dart";
|
|
|
| -import '../../asset/dart/serialize.dart';
|
| +import 'asset/dart/serialize.dart';
|
|
|
| /// An exception class for exceptions that are intended to be seen by the user.
|
| ///
|
|
|