DBXE/classes/Modules/GoogleCalendar/Exception/GoogleCalendarExceptionInte...

10 lines
194 B
PHP

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