]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/base/TextException.h
Detail client closures of CONNECT tunnels during TLS handshake (#691)
[thirdparty/squid.git] / src / base / TextException.h
index edbcf664acffda89c1e090fdb3da91a8efd3ed09..2a43fac358e3d85cf8e35378ef9ccd2bd9587298 100644 (file)
@@ -51,6 +51,9 @@ public:
 /// prints active (i.e., thrown but not yet handled) exception
 std::ostream &CurrentException(std::ostream &);
 
+/// efficiently prints TextException
+std::ostream &operator <<(std::ostream &, const TextException &);
+
 /// legacy convenience macro; it is not difficult to type Here() now
 #define TexcHere(msg) TextException((msg), Here())