project_start/phpstorm-stubs/solr/Exceptions/SolrMissingMandatoryParamet...

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 &gt;= 2.2.0)<br/>
* Class SolrMissingMandatoryParameterException<br/>
* @link https://php.net/manual/en/class.solrmissingmandatoryparameterexception.php
*/
class SolrMissingMandatoryParameterException extends SolrException {}