<?php
namespace Give\PaymentGateways\PayPalCommerce\Exceptions;

use Give\Framework\Exceptions\Primitives\Exception;

/**
 * @since 2.26.0
 */
class PayPalOrderException extends Exception {}
