<?php
declare (strict_types=1);
namespace Syde\Vendor\Inpsyde\PayoneerForWoocommerce\Core\Exception;
use Exception;
/**
* The base exception class for this project.
*/
class PayoneerException extends Exception implements PayoneerExceptionInterface
{
}