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