typeioc

Home > typeioc > ArgumentError

ArgumentError class

Represents argument error. It is thrown when the argument value does not comply with the method specification

Signature:

export declare class ArgumentError extends ApplicationError 

Constructors

Constructor Modifiers Description
(constructor)(argumentName, params)   Constructor

Properties

Property Modifiers Type Description
argumentName   string