From 743f77d3161676c9c62ac648d8d85fac93da6259 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 10 Mar 2018 13:45:40 +0000 Subject: Tighten error handling --- service/ex.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'service/ex.cpp') diff --git a/service/ex.cpp b/service/ex.cpp index ec32416..f0e8e2e 100644 --- a/service/ex.cpp +++ b/service/ex.cpp @@ -6,5 +6,11 @@ namespace MirrorSearch { { s << msg; } + + void + CurlError::ice_print(std::ostream&s) const + { + s << msg; + } } -- cgit v1.2.3