DBXE/classes/Modules/GoogleCalendar/Exception/GoogleCalendarSyncException...

10 lines
190 B
PHP

<?php
namespace Xentral\Modules\GoogleCalendar\Exception;
use RuntimeException;
class GoogleCalendarSyncException extends RuntimeException implements GoogleCalendarExceptionInterface
{
}