Chromium Code Reviews| Index: sdk/lib/_internal/pub/lib/src/utils.dart |
| diff --git a/sdk/lib/_internal/pub/lib/src/utils.dart b/sdk/lib/_internal/pub/lib/src/utils.dart |
| index 68c0c74188ba3c9add56553c9b6146d2dcf1dad0..3c2e1aa31f581d2b024527bd525a7032f1b23947 100644 |
| --- a/sdk/lib/_internal/pub/lib/src/utils.dart |
| +++ b/sdk/lib/_internal/pub/lib/src/utils.dart |
| @@ -846,6 +846,3 @@ void fail(String message, [innerError, StackTrace innerTrace]) { |
| /// |
| /// This will report the error and cause pub to exit with [exit_codes.DATA]. |
| void dataError(String message) => throw new DataException(message); |
|
nweiz
2014/07/08 22:12:48
Now this looks weird again :-/.
Bob Nystrom
2014/07/09 21:04:29
Yeah. :-/
|
| - |
| -/// Throw a [UsageException] for a usage error of a command with [message]. |
| -void usageError(String message) => throw new UsageException(message); |