| Index: runtime/vm/exceptions.cc
|
| diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc
|
| index f063fcaa88409750c2935185c77a7cacf52c9e1c..81618ab6945c9f9b7b0e92b125ef6fe5b41f02e4 100644
|
| --- a/runtime/vm/exceptions.cc
|
| +++ b/runtime/vm/exceptions.cc
|
| @@ -391,7 +391,7 @@ RawObject* Exceptions::Create(
|
| break;
|
| case kNoSuchMethod:
|
| library = Library::CoreLibrary();
|
| - class_name = Symbols::New("NoSuchMethodException");
|
| + class_name = Symbols::New("NoSuchMethodError");
|
| break;
|
| case kClosureArgumentMismatch:
|
| library = Library::CoreLibrary();
|
|
|