# give/4.16.9/src/PaymentGateways/PayPalCommerce/Exceptions/PayPalOrderException.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 10 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/PaymentGateways/PayPalCommerce/Exceptions/PayPalOrderException.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/PaymentGateways/PayPalCommerce/Exceptions/PayPalOrderException.php
- Modified: 2023-04-06T20:38:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.9/code/src/PaymentGateways/PayPalCommerce/Exceptions/PayPalOrderException.php#L10-L20`.

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

use Give\Framework\Exceptions\Primitives\Exception;

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

```
