File "NotFoundException.php"

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

<?php
/**
 * The Not Found Exception for the Settings Container.
 *
 * @package WooCommerce\PayPalCommerce\WcGateway\Exception
 */

declare(strict_types=1);

namespace WooCommerce\PayPalCommerce\WcGateway\Exception;

use Exception;
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\NotFoundExceptionInterface;

/**
 * Class NotFoundException
 */
class NotFoundException extends Exception implements NotFoundExceptionInterface {


}