You are here

FilterException.php in Typed Data API enhancements 8

File

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

namespace Drupal\typed_data\Exception;


/**
 * Exception thrown when filters cannot be applied.
 *
 * Data filters should provide separate exception classes for any possible
 * problem.
 */
abstract class FilterException extends TypedDataException {

}

Classes

Namesort descending Description
FilterException Exception thrown when filters cannot be applied.