# InvalidArgumentsError Class

Error thrown when the given arguments are invalid

# Constructors

# constructor

+ new InvalidArgumentsError(expectedArguments: string): InvalidArgumentsError

Defined in src/errors.ts:65 (opens new window)

Parameters:

Name Type
expectedArguments string

Returns: InvalidArgumentsError

# Properties

# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor