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