esvapi: expose CurlException

This commit is contained in:
Jeremy Baxter 2024-06-18 16:43:33 +12:00
parent e713ff9ddf
commit 0b3626b36c

View file

@ -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. +/