Skip to content

Instantly share code, notes, and snippets.

@eileenmcnaughton
Created May 4, 2015 09:49
Show Gist options
  • Save eileenmcnaughton/c1133a731d457873793d to your computer and use it in GitHub Desktop.
Save eileenmcnaughton/c1133a731d457873793d to your computer and use it in GitHub Desktop.
<?php
namespace Civi\Payment\Exception;
/**
* Class PaymentProcessorException
*/
class PaymentProcessorException extends \CRM_Core_Exception {
}
<?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