<?php

namespace Xentral\Modules\GoogleCalendar\Exception;

use RuntimeException;

class GoogleCalendarSyncException extends RuntimeException implements GoogleCalendarExceptionInterface
{
}