<?php

namespace Xentral\Modules\GoogleCalendar\Exception;

use RuntimeException;

class GoogleApiScopeException extends RuntimeException implements GoogleCalendarExceptionInterface
{
}