OpenXE/classes/Modules/ShopimporterAmazon/Exception/SignatureServiceNotReachableException.php
2021-05-21 08:49:41 +02:00

13 lines
261 B
PHP

<?php
declare(strict_types=1);
namespace Xentral\Modules\ShopimporterAmazon\Exception;
use RuntimeException as SplRuntimeException;
class SignatureServiceNotReachableException extends SplRuntimeException implements ShopimporterAmazonExceptionInterface
{
}