<?php

namespace Xentral\Modules\EtsyApi\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface EtsyApiExceptionInterface extends ModuleExceptionInterface
{
}