15 lines
423 B
PHP
15 lines
423 B
PHP
<?php
|
|
/**
|
|
* Helper autocomplete for php solr extension.
|
|
*
|
|
* @author Pierre-Julien Mazenot <pj.mazenot@gmail.com>
|
|
* @link https://github.com/pjmazenot/phpsolr-phpdoc
|
|
*/
|
|
|
|
/**
|
|
* (PECL solr >= 2.2.0)<br/>
|
|
* Class SolrMissingMandatoryParameterException<br/>
|
|
* @link https://php.net/manual/en/class.solrmissingmandatoryparameterexception.php
|
|
*/
|
|
class SolrMissingMandatoryParameterException extends SolrException {}
|