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

10 lines
176 B
PHP

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