Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\SuperSearch\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class FormatterFailureException extends RuntimeException implements SuperSearchExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\SuperSearch\Exception;
|
||||
|
||||
final class InvalidArgumentException extends \InvalidArgumentException implements SuperSearchExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\SuperSearch\Exception;
|
||||
|
||||
use LogicException;
|
||||
|
||||
final class InvalidReturnTypeException extends LogicException implements SuperSearchExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\SuperSearch\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class InvalidReturnValueException extends RuntimeException implements SuperSearchExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\SuperSearch\Exception;
|
||||
|
||||
use LogicException;
|
||||
|
||||
final class ProviderIncompatibleException extends LogicException implements SuperSearchExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\SuperSearch\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class ProviderMissingException extends RuntimeException implements SuperSearchExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\SuperSearch\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class SchedulerTaskAlreadyRunningException extends RuntimeException implements SuperSearchExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\SuperSearch\Exception;
|
||||
|
||||
interface SuperSearchExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user