TypedDataException.php in Typed Data API enhancements 8
Namespace
Drupal\typed_data\ExceptionFile
src/Exception/TypedDataException.phpView 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
Name | Description |
---|---|
TypedDataException | A common exception for typed data. |