DBXE/classes/Modules/Sipgate/Exception/SipgateExceptionInterface.php

10 lines
180 B
PHP

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