de.forumzfd.twinglecampaign/CRM/TwingleCampaign/Exceptions/TwingleCampaignException.php
2021-10-06 15:07:38 +02:00

8 lines
No EOL
183 B
PHP

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