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