* @link https://github.com/pjmazenot/phpsolr-phpdoc */ /** * (PECL solr >= 1.1.0, >=2.0.0)
* Class SolrServerException
* An exception thrown when there is an error produced by the Solr Server itself. * @link https://php.net/manual/en/class.solrserverexception.php */ class SolrServerException extends SolrException { /** * (PECL solr >= 1.1.0, >=2.0.0)
* Returns internal information where the Exception was thrown * @link https://php.net/manual/en/solrserverexception.getinternalinfo.php * @return array

* Returns an array containing internal information where the error was thrown. Used only for debugging by extension * developers. *

*/ public function getInternalInfo() {} }