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

10 lines
170 B
PHP

<?php
namespace Xentral\Modules\Sipgate\Exception;
use RuntimeException;
class UnauthorizedException extends RuntimeException implements SipgateExceptionInterface
{
}