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