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