cli-vir - v0.2.0
Preparing search index...
InvalidArgError
Class InvalidArgError
An error thrown when a user provided argument does match the argument definitions.
Hierarchy
Error
InvalidArgError
Index
Constructors
constructor
Properties
name
Constructors
constructor
new
InvalidArgError
(
message
?:
string
)
:
InvalidArgError
Parameters
Optional
message
:
string
Returns
InvalidArgError
new
InvalidArgError
(
message
?:
string
,
options
?:
ErrorOptions
)
:
InvalidArgError
Parameters
Optional
message
:
string
Optional
options
:
ErrorOptions
Returns
InvalidArgError
Properties
Readonly
name
name
:
"InvalidArgError"
= 'InvalidArgError'
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
cli-vir - v0.2.0
Loading...
An error thrown when a user provided argument does match the argument definitions.