MissingDataException.php
Same filename in other branches
Namespace
Drupal\Core\TypedData\ExceptionFile
-
core/
lib/ Drupal/ Core/ TypedData/ Exception/ MissingDataException.php
View source
<?php
namespace Drupal\Core\TypedData\Exception;
/**
* Exception thrown when an operation misses a data value; i.e., it is unset.
*/
class MissingDataException extends \Exception {
}
Classes
Title | Deprecated | Summary |
---|---|---|
MissingDataException | Exception thrown when an operation misses a data value; i.e., it is unset. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.