<?php
namespace Xentral\Modules\Label\Exception;
use RuntimeException;
class LabelAssignException extends RuntimeException implements LabelExceptionInterface
{
}