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