DBXE/classes/Modules/Country/Exception/CountryExceptionInterface.php

10 lines
180 B
PHP

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