esvapi: expose CurlException
This commit is contained in:
parent
e713ff9ddf
commit
0b3626b36c
1 changed files with 2 additions and 0 deletions
2
esvapi.d
2
esvapi.d
|
@ -30,6 +30,8 @@ import std.stdio : File;
|
||||||
import std.string : capitalize, tr, wrap;
|
import std.string : capitalize, tr, wrap;
|
||||||
import std.net.curl : HTTP;
|
import std.net.curl : HTTP;
|
||||||
|
|
||||||
|
public import std.net.curl : CurlException;
|
||||||
|
|
||||||
@safe:
|
@safe:
|
||||||
|
|
||||||
/++ Indentation style to use when formatting passages. +/
|
/++ Indentation style to use when formatting passages. +/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue