* @link https://github.com/pjmazenot/phpsolr-phpdoc
*/
/**
* (PECL solr >= 0.9.2)
* Class SolrIllegalOperationException
* This object is thrown when an illegal or unsupported operation is performed on an object.
* @link https://php.net/manual/en/class.solrillegaloperationexception.php
*/
class SolrIllegalOperationException extends SolrException
{
/**
* (PECL solr >= 0.9.2)
* Returns internal information where the Exception was thrown
* @link https://php.net/manual/en/solrillegaloperationexception.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() {} }