Class MissingConsoleInputException
Exception class used to indicate missing console input.
Namespace: Cake\Console\TestSuite
Method Summary
-
setQuestion() public
Update the exception message with the question text
Method Detail
setQuestion() ΒΆ public
setQuestion(string $question): void
Update the exception message with the question text
Parameters
-
string
$question The question text.
Returns
void