You are here

UnexpectedServiceConditionException.php in Purge 8.3

File

src/Plugin/Purge/Queue/Exception/UnexpectedServiceConditionException.php
View source
<?php

namespace Drupal\purge\Plugin\Purge\Queue\Exception;


/**
 * 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.
 */
class UnexpectedServiceConditionException extends \Exception {

}

Classes

Namesort descending Description
UnexpectedServiceConditionException Unexpected service condition.