RequiredStateMissingException.php
Namespace
Drupal\workflows\ExceptionFile
-
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
| Title | Deprecated | Summary |
|---|---|---|
| RequiredStateMissingException | Indicates that a workflow does not contain a required state. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.