Merge pull request #13910 from seamuslee001/note_no_contact_id
[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}