Eloquent\Phony\Call\Exception\UndefinedResponseException::__construct PHP Метод

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

Construct a new undefined return value exception.
public __construct ( string $message )
$message string The message.
    public function __construct($message)
    {
        parent::__construct($message);
    }
UndefinedResponseException