Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-11-09-14-08-33
[civicrm-core.git] / Civi / Payment / Exception / PaymentProcessorException.php
1 <?php
2 namespace Civi\Payment\Exception;
3
4 /**
5 * Class PaymentProcessorException
6 */
7 class PaymentProcessorException extends \CRM_Core_Exception {
8
9 }