You are here

class CapacityException in Purge 8.3

Thrown when system resources are reached or exceeded.

Hierarchy

  • class \Drupal\purge\Plugin\Purge\Purger\Exception\CapacityException extends \Drupal\purge\Plugin\Purge\Purger\Exception\Exception

Expanded class hierarchy of CapacityException

6 files declare their use of CapacityException
InvalidateCommand.php in modules/purge_drush/src/Commands/InvalidateCommand.php
LateRuntimeProcessor.php in modules/purge_processor_lateruntime/src/EventSubscriber/LateRuntimeProcessor.php
PurgeBlockForm.php in modules/purge_ui/src/Form/PurgeBlockForm.php
PurgersService.php in src/Plugin/Purge/Purger/PurgersService.php
purge_processor_cron.module in modules/purge_processor_cron/purge_processor_cron.module
Purge Cron Processor.

... See full list

File

src/Plugin/Purge/Purger/Exception/CapacityException.php, line 8

Namespace

Drupal\purge\Plugin\Purge\Purger\Exception
View source
class CapacityException extends \Exception {

}

Members