<?php

namespace Xentral\Modules\Bmd\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface BmdExceptionInterface extends ModuleExceptionInterface
{
}