Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\TransferSmartyTemplate\Exception;
|
||||
|
||||
class FilesystemFailureException extends \RuntimeException implements TransferTemplateExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\TransferSmartyTemplate\Exception;
|
||||
|
||||
class InvalidArgumentException extends \InvalidArgumentException implements TransferTemplateExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\TransferSmartyTemplate\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PluginRegistrationFailedException extends RuntimeException implements TransferTemplateExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\TransferSmartyTemplate\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class SegmentNotFoundException extends RuntimeException implements TransferTemplateExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\TransferSmartyTemplate\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class TemplateNotFoundException extends RuntimeException implements TransferTemplateExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\TransferSmartyTemplate\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class TransferTemplateException extends RuntimeException implements TransferTemplateExceptionInterface
|
||||
{
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\TransferSmartyTemplate\Exception;
|
||||
|
||||
use Xentral\Core\Exception\ModuleExceptionInterface;
|
||||
|
||||
interface TransferTemplateExceptionInterface extends ModuleExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\TransferSmartyTemplate\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class TransferTemplateUserException extends RuntimeException implements TransferTemplateExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user