MissingParameter(paramName: String, paramType: String = "parameter")
paramName
- The name of the parameter that caused the error
text
- Extra text to display in the message
paramType
- A string indicating the type of parameter.
MissingParameter(argument: Argument)
MissingParameter(option: Option)