<?php

namespace Xentral\Modules\Ebay\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface EbayExceptionInterface extends ModuleExceptionInterface
{
}