class PageProcessorException in Mini site 8
Class PageProcessorException.
Class for all page processor exceptions.
@package Drupal\minisite\Exception
Hierarchy
- class \Drupal\minisite\Exception\PageProcessorException extends \Drupal\minisite\Exception\Exception
Expanded class hierarchy of PageProcessorException
2 files declare their use of PageProcessorException
- Asset.php in src/
Asset.php - PageProcessor.php in src/
PageProcessor.php
File
- src/
Exception/ PageProcessorException.php, line 12
Namespace
Drupal\minisite\ExceptionView source
class PageProcessorException extends \Exception {
}