<?php


namespace Xentral\Modules\FiskalyApi\Exception;


use Xentral\Core\Exception\ModuleExceptionInterface;

interface FiskalyApiExceptionInterface extends ModuleExceptionInterface
{

}