👾 bug fix: wrong parent TwingleProject id's

This commit is contained in:
Marc Michalsky 2021-10-05 17:20:37 +02:00
parent e23e0d7e8d
commit f059abf5a8
3 changed files with 20 additions and 18 deletions

View file

@ -0,0 +1,8 @@
<?php
/*
* A simple custom exception that indicates a problem with the TwingleCampaign class
*/
class CRM_TwingleCampaign_Exceptions_TwingleCampaignException extends Exception {
}