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
- class \Drupal\scheduler\Exception\SchedulerNodeTypeNotEnabledException extends \Drupal\scheduler\Exception\Exception
Expanded class hierarchy of SchedulerNodeTypeNotEnabledException
See also
\Drupal\scheduler\SchedulerManager::publish()
\Drupal\scheduler\SchedulerManager::unpublish()
1 file declares its use of SchedulerNodeTypeNotEnabledException
File
- src/
Exception/ SchedulerNodeTypeNotEnabledException.php, line 14
Namespace
Drupal\scheduler\ExceptionView source
class SchedulerNodeTypeNotEnabledException extends \Exception {
}