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