10 lines
149 B
PHP
10 lines
149 B
PHP
|
<?php
|
||
|
namespace Civi\Payment\Exception;
|
||
|
|
||
|
/**
|
||
|
* Class PaymentProcessorException
|
||
|
*/
|
||
|
class PaymentProcessorException extends \CRM_Core_Exception {
|
||
|
|
||
|
}
|