summaryrefslogtreecommitdiffhomepage
path: root/error.h
blob: f7a9da322cfc9759be6dc3fa5f2dc685de2aef83 (plain)
1
2
3
4
5
6
#pragma once

#include <boost/beast/core/error.hpp>

void fail(boost::beast::error_code ec, char const* what);