<?php

namespace Xentral\Modules\GoogleCalendar\Exception;

use RuntimeException;

class GoogleCalendarNotFoundException extends RuntimeException implements GoogleCalendarExceptionInterface
{
}