An error that is thrown when a required method argument is missing.
Initializes a new instance of the ArgumentMissingError class.
The name of the required parameter.
Optional
The error message. If not specified, a default one will be used.
The name of the method parameter corresponding to the invalid argument.
An error that is thrown when a required method argument is missing.