You are here

class InvalidQueryTypeException in Facets 8

Represents an exception that occurred when calling an invalid query type.

Hierarchy

Expanded class hierarchy of InvalidQueryTypeException

4 files declare their use of InvalidQueryTypeException
Facet.php in src/Entity/Facet.php
FacetFacetSourceTest.php in tests/src/Kernel/Entity/FacetFacetSourceTest.php
SearchApiBaseFacetSource.php in src/Plugin/facets/facet_source/SearchApiBaseFacetSource.php
SearchApiDisplay.php in src/Plugin/facets/facet_source/SearchApiDisplay.php

File

src/Exception/InvalidQueryTypeException.php, line 8

Namespace

Drupal\facets\Exception
View source
class InvalidQueryTypeException extends \Exception {

}

Members