RequiredStateMissingException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\workflows\ExceptionFile
core/modules/workflows/src/Exception/RequiredStateMissingException.phpView 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
Name | Description |
---|---|
RequiredStateMissingException | Indicates that a workflow does not contain a required state. |