class UnexpectedServiceConditionException in Purge 8.3
Unexpected service condition.
This exception is only thrown from within the queue service, in case of severe conditions it didn't expect. The most common use case is when the loaded queue fails ::createItem() or ::createItemMultiple() calls.
Hierarchy
- class \Drupal\purge\Plugin\Purge\Queue\Exception\UnexpectedServiceConditionException extends \Drupal\purge\Plugin\Purge\Queue\Exception\Exception
Expanded class hierarchy of UnexpectedServiceConditionException
1 file declares its use of UnexpectedServiceConditionException
- QueueService.php in src/
Plugin/ Purge/ Queue/ QueueService.php
File
- src/
Plugin/ Purge/ Queue/ Exception/ UnexpectedServiceConditionException.php, line 12
Namespace
Drupal\purge\Plugin\Purge\Queue\ExceptionView source
class UnexpectedServiceConditionException extends \Exception {
}