summaryrefslogtreecommitdiffhomepage
path: root/error.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-09 13:15:18 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-09 13:15:18 +0100
commitdc2e2b3e293a8374a2627982b521cc6865129c49 (patch)
treebd34d6c13e330be5937aec29503cbe6649d0fa74 /error.h
parentd747193e76baf689211d9f1e42335360288d43c0 (diff)
Separated out websocket
Diffstat (limited to 'error.h')
-rw-r--r--error.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/error.h b/error.h
new file mode 100644
index 0000000..f7a9da3
--- /dev/null
+++ b/error.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <boost/beast/core/error.hpp>
+
+void fail(boost::beast::error_code ec, char const* what);
+