OpenXE/classes/Modules/Sipgate/Exception/ResponseException.php
2021-05-21 08:49:41 +02:00

10 lines
166 B
PHP

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