You are here

SchedulerNodeTypeNotEnabledException.php in Scheduler 8

File

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

namespace Drupal\scheduler\Exception;


/**
 * Defines an exception when the node type is not enabled for Scheduler.
 *
 * This exception is thrown when Scheduler attempts to publish or unpublish a
 * node during cron but the node type is not enabled for Scheduler.
 *
 * @see \Drupal\scheduler\SchedulerManager::publish()
 * @see \Drupal\scheduler\SchedulerManager::unpublish()
 */
class SchedulerNodeTypeNotEnabledException extends \Exception {

}

Classes

Namesort descending Description
SchedulerNodeTypeNotEnabledException Defines an exception when the node type is not enabled for Scheduler.