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