CRM-17658 PDFs: add new region 'pdf-header' in head of PDFs
[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}