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