DBXE/classes/Modules/ScanArticle/Exception/ScanArticleExceptionInterfa...

10 lines
188 B
PHP

<?php
namespace Xentral\Modules\ScanArticle\Exception;
use Xentral\Core\Exception\ModuleExceptionInterface;
interface ScanArticleExceptionInterface extends ModuleExceptionInterface
{
}