2
3
6
7
14#include <restinio/string_view.hpp>
25 :
public std::runtime_error
38 :
bast_type_t{ std::string{ err.data(), err.size() } }
Exception class for all exceptions thrown by RESTinio.
exception_t(const char *err)
exception_t(string_view_t err)
exception_t(const std::string &err)
std::runtime_error bast_type_t