8 lines
186 B
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 {
|
|
|
|
}
|