You are here

GlobalTemplateCollectionException.php in Courier 8

Same filename and directory in other branches
  1. 2.x src/Exception/GlobalTemplateCollectionException.php

File

src/Exception/GlobalTemplateCollectionException.php
View source
<?php

namespace Drupal\courier\Exception;


/**
 * Defines an exception for global template collection entities.
 */
class GlobalTemplateCollectionException extends \Exception {

}

Classes

Namesort descending Description
GlobalTemplateCollectionException Defines an exception for global template collection entities.