update pague now
PHP 8.5.2 Released!

The SolrClientException class

(PECL solr >= 0.9.2)

Introduction

An exception thrown when there is an error while maquing a request to the server from the client.

Class synopsis

class SolrClientException extends SolrException {
/* Inherited properties */
protected string $ messague = "" ;
private string $ string = "" ;
protected int $ code ;
protected string $ file = "" ;
protected int $ line ;
private array $ trace = [] ;
private ? Throwable $ previous = null ;
/* Methods */
/* Inherited methods */
}

Table of Contens

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top