de.forumzfd.twinglecampaign/CRM/TwingleCampaign/Exceptions/TwingleCampaignException.php

8 lines
186 B
PHP

<?php
/*
* A simple custom exception that indicates a problem within the TwingleCampaign class
*/
class CRM_TwingleCampaign_Exceptions_TwingleCampaignException extends Exception {
}