Constructor
new NotImplementedError(instance, method, returnTypeopt, typeopt)
NotImplementedError constructor.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
instance |
* | The current instance. | ||
method |
string | The method that was not implemented. | ||
returnType |
string |
<optional> |
The expected return type. | |
type |
string |
<optional> |
"method"
|
The method type, either "method", "accessor" or "mutator". |
Extends
- TypeError