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