You are here

RequiredStateMissingException.php in Drupal 8

File

core/modules/workflows/src/Exception/RequiredStateMissingException.php
View source
<?php

namespace Drupal\workflows\Exception;

use Drupal\Core\Config\ConfigException;

/**
 * Indicates that a workflow does not contain a required state.
 */
class RequiredStateMissingException extends ConfigException {

}

Classes

Namesort descending Description
RequiredStateMissingException Indicates that a workflow does not contain a required state.