DBXE/classes/Modules/GoogleCalendar/Exception/GoogleCalendarNotFoundExcep...

10 lines
194 B
PHP

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