You are here

class SchedulerNodeTypeNotEnabledException in Scheduler 8

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.

Hierarchy

Expanded class hierarchy of SchedulerNodeTypeNotEnabledException

See also

\Drupal\scheduler\SchedulerManager::publish()

\Drupal\scheduler\SchedulerManager::unpublish()

1 file declares its use of SchedulerNodeTypeNotEnabledException
SchedulerManager.php in src/SchedulerManager.php

File

src/Exception/SchedulerNodeTypeNotEnabledException.php, line 14

Namespace

Drupal\scheduler\Exception
View source
class SchedulerNodeTypeNotEnabledException extends \Exception {

}

Members