abstract class TypedDataException in Typed Data API enhancements 8
A common exception for typed data.
This class can be used to catch all exceptions thrown by this module.
Hierarchy
- class \Drupal\typed_data\Exception\TypedDataException extends \Drupal\typed_data\Exception\Exception
Expanded class hierarchy of TypedDataException
File
- src/
Exception/ TypedDataException.php, line 10
Namespace
Drupal\typed_data\ExceptionView source
abstract class TypedDataException extends \Exception {
}