SchedulerNodeTypeNotEnabledException.php in Scheduler 8
Namespace
Drupal\scheduler\ExceptionFile
src/Exception/SchedulerNodeTypeNotEnabledException.phpView 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
Name | Description |
---|---|
SchedulerNodeTypeNotEnabledException | Defines an exception when the node type is not enabled for Scheduler. |