10 lines
180 B
PHP
10 lines
180 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Xentral\Modules\Sipgate\Exception;
|
||
|
|
|
||
|
|
use Xentral\Core\Exception\ModuleExceptionInterface;
|
||
|
|
|
||
|
|
interface SipgateExceptionInterface extends ModuleExceptionInterface
|
||
|
|
{
|
||
|
|
}
|