You are here

Exception.php in Facets 8

File

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

namespace Drupal\facets\Exception;


/**
 * Represents an exception that occurred in some part of the Facets.
 */
class Exception extends \Exception {

}

Classes

Namesort descending Description
Exception Represents an exception that occurred in some part of the Facets.