take into account the latest changes to the Twingle API

This commit is contained in:
Marc Michalsky 2024-06-15 11:36:12 +02:00
parent 65c7e668b3
commit beb9d8f170
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
2 changed files with 8 additions and 8 deletions

View file

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