Skip to content
RequiredStateMissingException.php 223 B
Newer Older
<?php

namespace Drupal\workflows\Exception;

use Drupal\Core\Config\ConfigException;

/**
 * Indicates that a workflow does not contain a required state.
 */
class RequiredStateMissingException extends ConfigException {
}