RequiredStateMissingException.php

Same filename and directory in other branches
  1. 9 core/modules/workflows/src/Exception/RequiredStateMissingException.php
  2. 10 core/modules/workflows/src/Exception/RequiredStateMissingException.php
  3. 11.x core/modules/workflows/src/Exception/RequiredStateMissingException.php

Namespace

Drupal\workflows\Exception

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

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.