11 #include <cppcms/defs.h>
13 #include <booster/backtrace.h>
23 std::string strerror(
int err);
32 cppcms_error(std::string
const &error) : booster::runtime_error(error) {};
cppcms_error(std::string const &error)
Definition: cppcms_error.h:32
Same as std::runtime_error but records stack trace.
Definition: backtrace.h:158
Exception thrown by CppCMS framework.
Definition: cppcms_error.h:22