NAME
A member constructor of omni::exception
OVERLOADS
omni::exception::exception
A member constructor of omni::exception
#include <omni/exception.hpp>omni::exception::exception()OVERLOADS
explicit omni::exception::exception(const char* reason)
explicit omni::exception::exception(const std::string& reason)
omni::exception::exception(const char* reason, const char* extra)
omni::exception::exception(const char* reason, const char* extra, int err)
omni::exception::exception(const char* reason, const char* extra, long err)
omni::exception::exception(const char* reason, const char* extra, std::size_t err)
omni::exception::exception(const std::string& reason, const std::string& extra)
omni::exception::exception(const std::string& reason, const std::string& extra, int err)
omni::exception::exception(const std::string& reason, const std::string& extra, long err)
omni::exception::exception(const std::string& reason, const std::string& extra, std::size_t err)
omni::exception::exception(const char* reason, int err)
omni::exception::exception(const std::string& reason, int err)
omni::exception::exception(const char* reason, long err)
omni::exception::exception(const std::string& reason, long err)
omni::exception::exception(const char* reason, std::size_t err)
omni::exception::exception(const std::string& reason, std::size_t err)