# give/4.17.0/src/PaymentGateways/Gateways/Stripe/Exceptions/PaymentMethodException.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.17.0. 11 lines.

- Page: https://pluginprobe.com/plugins/give/4.17.0/code/src/PaymentGateways/Gateways/Stripe/Exceptions/PaymentMethodException.php
- Raw: https://pluginprobe.com/plugins/give/4.17.0/raw/src/PaymentGateways/Gateways/Stripe/Exceptions/PaymentMethodException.php
- Modified: 2022-02-25T01:33:58+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.17.0/code/src/PaymentGateways/Gateways/Stripe/Exceptions/PaymentMethodException.php#L10-L20`.

```php
<?php

namespace Give\PaymentGateways\Gateways\Stripe\Exceptions;

use Give\Framework\PaymentGateways\Exceptions\PaymentGatewayException;

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

```
