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