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