You are here

InvalidQueryTypeException.php in Facets 8

File

src/Exception/InvalidQueryTypeException.php
View source
<?php

namespace Drupal\facets\Exception;


/**
 * Represents an exception that occurred when calling an invalid query type.
 */
class InvalidQueryTypeException extends \Exception {

}

Classes

Namesort descending Description
InvalidQueryTypeException Represents an exception that occurred when calling an invalid query type.