19 #ifndef IRCCD_JS_IRCCD_API_HPP
20 #define IRCCD_JS_IRCCD_API_HPP
30 #include <system_error>
32 #include <boost/system/system_error.hpp>
55 auto get_name()
const noexcept -> std::string_view
override;
90 static void raise(duk_context* ctx,
const std::system_error& ex);
104 static void raise(duk_context* ctx,
const boost::system::system_error& ex);
113 #endif // !IRCCD_JS_IRCCD_API_HPP