GlobalTemplateCollectionException.php in Courier 8
Same filename and directory in other branches
Namespace
Drupal\courier\ExceptionFile
src/Exception/GlobalTemplateCollectionException.phpView source
<?php
namespace Drupal\courier\Exception;
/**
* Defines an exception for global template collection entities.
*/
class GlobalTemplateCollectionException extends \Exception {
}
Classes
Name | Description |
---|---|
GlobalTemplateCollectionException | Defines an exception for global template collection entities. |