Was this page helpful?
ArgumentError¶
errors~ArgumentError(message)
Represents an error that is raised when one of the arguments provided to a method is not valid.
Constructor¶
new ArgumentError(message)
Parameters:
| Name | Type | Description |
|---|---|---|
message |
string |
Source