MissingContextException.php

Definition of Drupal\Core\TypedData\MissingContextException.

Namespace

Drupal\Core\TypedData

File

drupal/core/lib/Drupal/Core/TypedData/MissingContextException.php
View source
<?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 {

}

Classes

Namesort descending Description
MissingContextException Exception thrown when data wrappers miss contextual information.