Class Index | File Index

Classes


Class atropa.customErrors.InvalidArgumentTypesError


Version 20130221.
Invalid Argument Types Error
Defined in: <node_modules/atropa-customErrors/src/atropa-customErrors.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Invalid Argument Types Error
Field Summary
Field Attributes Field Name and Description
 
The error message to send.
 
The name of the error.
Class Detail
atropa.customErrors.InvalidArgumentTypesError(message)
Invalid Argument Types Error
Author: Matthew Christopher Kastor-Inare III
☭ Hial Atropa!! ☭.
Parameters:
{String} message
Optional. The error message to send. Defaults to InvalidArgumentTypesError
Returns:
{Error} Returns an instance of the InvalidArgumentTypesError
Field Detail
message
The error message to send.
Default Value:
"InvalidArgumentTypesError"

name
The name of the error. Tells the user what kind of custom error has been thrown.
Default Value:
"atropa.customErrors.InvalidArgumentTypesError"

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Nov 17 2022 14:29:55 GMT-0500 (Eastern Standard Time)