Definition of Drupal\Core\TypedData\MissingContextException.
<?php
/**
* @file
* Definition of Drupal\Core\TypedData\MissingContextException.
*/
namespace Drupal\Core\TypedData;
use Exception;
/**
* Exception thrown when data wrappers miss contextual information.
*/
class MissingContextException extends Exception {
}
Name | Description |
---|---|
MissingContextException | Exception thrown when data wrappers miss contextual information. |