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