Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal