class GlobalTemplateCollectionException in Courier 2.x
Same name and namespace in other branches
- 8 src/Exception/GlobalTemplateCollectionException.php \Drupal\courier\Exception\GlobalTemplateCollectionException
Defines an exception for global template collection entities.
Hierarchy
- class \Drupal\courier\Exception\GlobalTemplateCollectionException extends \Drupal\courier\Exception\Exception
Expanded class hierarchy of GlobalTemplateCollectionException
2 files declare their use of GlobalTemplateCollectionException
- CourierGlobalCollectionTest.php in tests/
src/ Kernel/ CourierGlobalCollectionTest.php - GlobalTemplateCollectionManager.php in src/
Service/ GlobalTemplateCollectionManager.php
File
- src/
Exception/ GlobalTemplateCollectionException.php, line 8
Namespace
Drupal\courier\ExceptionView source
class GlobalTemplateCollectionException extends \Exception {
}