InvalidQueryTypeException.php in Facets 8
Namespace
Drupal\facets\ExceptionFile
src/Exception/InvalidQueryTypeException.phpView source
<?php
namespace Drupal\facets\Exception;
/**
* Represents an exception that occurred when calling an invalid query type.
*/
class InvalidQueryTypeException extends \Exception {
}
Classes
Name | Description |
---|---|
InvalidQueryTypeException | Represents an exception that occurred when calling an invalid query type. |