<?php

namespace Give\PaymentGateways\Gateways\Stripe\Exceptions;

use Give\Framework\PaymentGateways\Exceptions\PaymentGatewayException;

/**
 * @since 2.19.0
 */
class CheckoutException extends PaymentGatewayException {}
