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