Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/pkg/di/lib/src/errors.dart

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pkg/di/lib/src/error_helper.dart ('k') | third_party/pkg/di/lib/src/injector.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/di/lib/src/errors.dart
diff --git a/third_party/pkg/di/lib/errors.dart b/third_party/pkg/di/lib/src/errors.dart
similarity index 67%
rename from third_party/pkg/di/lib/errors.dart
rename to third_party/pkg/di/lib/src/errors.dart
index 8967d0e519f40888e69fca93c9c0b9def77d558b..4b78a838c954a2285ecd958cc982a8ec25dd0ceb 100644
--- a/third_party/pkg/di/lib/errors.dart
+++ b/third_party/pkg/di/lib/src/errors.dart
@@ -1,5 +1,9 @@
part of di;
+class InvalidBindingError extends ArgumentError {
+ InvalidBindingError(message) : super(message);
+}
+
class NoProviderError extends ArgumentError {
NoProviderError(message) : super(message);
}
« no previous file with comments | « third_party/pkg/di/lib/src/error_helper.dart ('k') | third_party/pkg/di/lib/src/injector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698