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