File "exceptions.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/includes/vendor/campaign-monitor/class/exceptions.php
File size: 225 bytes
MIME-type: --
Charset: utf-8
<?php
class CurlException extends \RuntimeException
{
public function __construct($curlMessage, $errorCode)
{
parent::__construct('Error making request with curl_error: ' . $curlMessage, $errorCode);
}
}