Class: ErrorInvalidArgument

ErrorInvalidArgument(text)

Custom error to represent invalid argument input. Thrown when arguments do not meet the expected format or values.

Constructor

new ErrorInvalidArgument(text)

Creates an instance of ErrorInvalidArgument.
Parameters:
Name Type Description
text string The error message.
Source:

Extends

  • Error