You are here

ScheduledTransitionMissingEntity.php in Scheduled Transitions 2.x

Same filename and directory in other branches
  1. 8 src/Exception/ScheduledTransitionMissingEntity.php

File

src/Exception/ScheduledTransitionMissingEntity.php
View source
<?php

declare (strict_types=1);
namespace Drupal\scheduled_transitions\Exception;


/**
 * Thrown when an entity or its revisions are missing.
 */
class ScheduledTransitionMissingEntity extends \Exception {

}

Classes

Namesort descending Description
ScheduledTransitionMissingEntity Thrown when an entity or its revisions are missing.