You are here

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

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\Exception
View source
class UnexpectedServiceConditionException extends \Exception {

}

Members