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