NativeAPINotImplementedError constructor
NativeAPINotImplementedError(
- String method
Create a new instance of the error with the method that is not implemented.
Implementation
NativeAPINotImplementedError(final String method)
: super("$method not supported in this user agent");