We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4686a3 commit a111a0eCopy full SHA for a111a0e
src/ios/CDVNativeView.m
@@ -286,9 +286,6 @@ - (void) instantiateViewController:(NSString *)viewControllerName {
286
message = [[NSString alloc] initWithFormat:@"UIViewController with name %@ was not found", viewControllerName];
287
@throw [[NSException alloc] initWithName:@"ParamInvalidException" reason:message userInfo:nil];
288
}
289
-
290
- NSString* message = [[NSString alloc] initWithFormat:@"The ViewController: %@ was not found", name];
291
- @throw [[InstantiateViewControllerError alloc] initWithName: @"notFound" reason: message userInfo: nil];
292
293
294
- (void) instantiateViewController:(NSString *)viewControllerName fromStoryboard:(NSString *)storyboardName {
0 commit comments