You are here

abstract class FilterException in Typed Data API enhancements 8

Exception thrown when filters cannot be applied.

Data filters should provide separate exception classes for any possible problem.

Hierarchy

Expanded class hierarchy of FilterException

File

src/Exception/FilterException.php, line 11

Namespace

Drupal\typed_data\Exception
View source
abstract class FilterException extends TypedDataException {

}

Members