Add basic contribution example base for contribution workflows
[civicrm-core.git] / Civi / WorkflowMessage / Exception / WorkflowMessageException.php
CommitLineData
92f656cb
TO
1<?php
2/*
3 +--------------------------------------------------------------------+
4 | Copyright CiviCRM LLC. All rights reserved. |
5 | |
6 | This work is published under the GNU AGPLv3 license with some |
7 | permitted exceptions and without any warranty. For full license |
8 | and copyright information, see https://civicrm.org/licensing |
9 +--------------------------------------------------------------------+
10 */
11namespace Civi\WorkflowMessage\Exception;
12
13/**
14 * An error encountered while evaluating a workflow-message-template.
15 */
16class WorkflowMessageException extends \CRM_Core_Exception {
17
18}