| Index: runtime/bin/file_impl.dart
|
| diff --git a/runtime/bin/file_impl.dart b/runtime/bin/file_impl.dart
|
| index 0aa31fb0291a2ec2602b7a9c2b002804d072e117..5cd10200c7c6c7f8bd60dbcf02c6086b52299ca7 100644
|
| --- a/runtime/bin/file_impl.dart
|
| +++ b/runtime/bin/file_impl.dart
|
| @@ -329,7 +329,7 @@ class _FileBase {
|
| return response is List && response[0] != _SUCCESS_RESPONSE;
|
| }
|
|
|
| - Exception _exceptionFromResponse(response, String message) {
|
| + _exceptionFromResponse(response, String message) {
|
| assert(_isErrorResponse(response));
|
| switch (response[_ERROR_RESPONSE_ERROR_TYPE]) {
|
| case _ILLEGAL_ARGUMENT_RESPONSE:
|
|
|