DBXE/classes/Modules/GoogleCalendar/Exception/GoogleApiAccessException.php

10 lines
187 B
PHP

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