File "RuntimeException.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/Exception/RuntimeException.php
File size: 279 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The modules Runtime Exception.
 *
 * @package WooCommerce\PayPalCommerce\Button\Exception
 */

declare(strict_types=1);

namespace WooCommerce\PayPalCommerce\Button\Exception;

/**
 * Class RuntimeException
 */
class RuntimeException extends \RuntimeException {


}