Created
May 4, 2015 09:49
-
-
Save eileenmcnaughton/c1133a731d457873793d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Civi\Payment\Exception; | |
/** | |
* Class PaymentProcessorException | |
*/ | |
class PaymentProcessorException extends \CRM_Core_Exception { | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Civi\Payment\Exception; | |
/** | |
* Class PaymentProcessorException | |
*/ | |
class PaymentProcessorException extends \CRM_Core_Exception { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment