new Errors.EExtendableError(message, additional)
errors.js, line 4
Create a new error instance and assign appropriate stuff
Name | Type | Description |
---|---|---|
message |
string |
The error message itself |
additional |
object |
Object containing custom properties to add to the error. |