DBXE/classes/Modules/GoogleCalendar/Exception/GoogleAccountNotFoundExcept...

10 lines
193 B
PHP

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