Class: EExtendableError

EExtendableError

A base class extendable error, great helper for building more error classes.

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.