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