You are here

TypedDataException.php in Typed Data API enhancements 8

File

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

namespace Drupal\typed_data\Exception;


/**
 * A common exception for typed data.
 *
 * This class can be used to catch all exceptions thrown by this module.
 */
abstract class TypedDataException extends \Exception {

}

Classes

Namesort descending Description
TypedDataException A common exception for typed data.