Eloquent\Phony\Stub\Exception\UndefinedAnswerException::__construct PHP Метод

__construct() публичный Метод

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