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