Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class GoogleAccountNotFoundException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class GoogleApiAccessException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class GoogleApiScopeException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class GoogleCalendarAccessException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class GoogleCalendarApiException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class GoogleCalendarException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use Xentral\Core\Exception\ModuleExceptionInterface;
|
||||
|
||||
interface GoogleCalendarExceptionInterface extends ModuleExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class GoogleCalendarImportException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class GoogleCalendarNotFoundException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class GoogleCalendarSyncException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class HttpException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\GoogleCalendar\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class InvalidArgumentException extends RuntimeException implements GoogleCalendarExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user