Exception.php in Facets 8
Namespace
Drupal\facets\ExceptionFile
src/Exception/Exception.phpView source
<?php
namespace Drupal\facets\Exception;
/**
* Represents an exception that occurred in some part of the Facets.
*/
class Exception extends \Exception {
}