<?php

namespace Xentral\Modules\ScanArticle\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface ScanArticleExceptionInterface extends ModuleExceptionInterface
{
}