You are here

class RequiredStateMissingException in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workflows/src/Exception/RequiredStateMissingException.php \Drupal\workflows\Exception\RequiredStateMissingException
  2. 9 core/modules/workflows/src/Exception/RequiredStateMissingException.php \Drupal\workflows\Exception\RequiredStateMissingException

Indicates that a workflow does not contain a required state.

Hierarchy

Expanded class hierarchy of RequiredStateMissingException

2 files declare their use of RequiredStateMissingException
RequiredStatesTest.php in core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php
Workflow.php in core/modules/workflows/src/Entity/Workflow.php

File

core/modules/workflows/src/Exception/RequiredStateMissingException.php, line 10

Namespace

Drupal\workflows\Exception
View source
class RequiredStateMissingException extends ConfigException {

}

Members