mpyw\Co\CURLException::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $message, integer $code, resource $handle )
$message string
$code integer
$handle resource
    public function __construct($message, $code, $handle)
    {
        parent::__construct($message, $code);
        $this->handle = $handle;
    }