MissingConsoleInputException
extends RuntimeException
in package
Exception class used to indicate missing console input.
Table of Contents
Methods
- setQuestion() : void
- Update the exception message with the question text
Methods
setQuestion()
Update the exception message with the question text
public
setQuestion(string $question) : void
Parameters
- $question : string
-
The question text.