From 0b3626b36c6d2f049ace2f4cbbce5172e1f439c3 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 18 Jun 2024 16:43:33 +1200 Subject: [PATCH] esvapi: expose CurlException --- esvapi.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esvapi.d b/esvapi.d index 6b09644..abf3e89 100644 --- a/esvapi.d +++ b/esvapi.d @@ -30,6 +30,8 @@ import std.stdio : File; import std.string : capitalize, tr, wrap; import std.net.curl : HTTP; +public import std.net.curl : CurlException; + @safe: /++ Indentation style to use when formatting passages. +/