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