DBXE/classes/Modules/GoogleCalendar/Exception/GoogleCalendarImportExcepti...

10 lines
192 B
PHP

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