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

Unified Diff: lib/io/path_impl.dart

Issue 11358060: Change NotImplementedException to UnimplementedError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 1 month 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 | « lib/html/templates/html/impl/impl_Element.darttemplate ('k') | pkg/intl/lib/src/date_format_field.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/io/path_impl.dart
diff --git a/lib/io/path_impl.dart b/lib/io/path_impl.dart
index d3467dfacd05c25a36abb30ee307dc6e4ca494e5..8e05d447da84ec9ac2f33d69d771b389af2d165d 100644
--- a/lib/io/path_impl.dart
+++ b/lib/io/path_impl.dart
@@ -75,7 +75,7 @@ class _Path implements Path {
}
return new Path(sb.toString());
}
- throw new NotImplementedException(
+ throw new UnimplementedError(
"Unimplemented case of Path.relativeTo(base):\n"
" Only absolute paths are handled at present.\n"
" Arguments: $_path.relativeTo($base)");
« no previous file with comments | « lib/html/templates/html/impl/impl_Element.darttemplate ('k') | pkg/intl/lib/src/date_format_field.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698