DBXE/classes/Modules/Ebay/Exception/EbayExceptionInterface.php

10 lines
174 B
PHP

<?php
namespace Xentral\Modules\Ebay\Exception;
use Xentral\Core\Exception\ModuleExceptionInterface;
interface EbayExceptionInterface extends ModuleExceptionInterface
{
}