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