Eloquent\Phony\Stub\Exception\UndefinedAnswerException::__construct PHP Method

__construct() public method

Construct a new undefined answer exception.
public __construct ( )
    public function __construct()
    {
        parent::__construct('No answer was defined, or the answer is incomplete.');
    }
UndefinedAnswerException