<?php

namespace Xentral\Modules\Label\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface LabelExceptionInterface extends ModuleExceptionInterface
{
}