Constructor
new NoSavedFileError(messageopt, optionsopt)
Create a
NoSavedFileError
instance.
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
string
|
<optional> |
The message of the error. |
options |
ErrorOptions
|
<optional> |
The error options. These are the same as those for the basic Error class.
|
Extends
- Error