ITECOMMPAY/paymentpage_sdk

View on GitHub
src/exception/ProcessException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace ecommpay\exception;

use Exception;

/**
 * Process exception in library
 */
class ProcessException extends Exception implements SdkException
{

}