HelenOS sources

runtime_error      89 uspace/lib/cpp/include/__bits/stdexcept.hpp             explicit runtime_error(const string&);
runtime_error      90 uspace/lib/cpp/include/__bits/stdexcept.hpp             explicit runtime_error(const char*);
runtime_error      91 uspace/lib/cpp/include/__bits/stdexcept.hpp             runtime_error(const runtime_error&) noexcept;
runtime_error      92 uspace/lib/cpp/include/__bits/stdexcept.hpp             runtime_error& operator=(const runtime_error&);
runtime_error      93 uspace/lib/cpp/include/__bits/stdexcept.hpp             ~runtime_error() override;
runtime_error     101 uspace/lib/cpp/include/__bits/stdexcept.hpp     class range_error: public runtime_error
runtime_error     109 uspace/lib/cpp/include/__bits/stdexcept.hpp     class overflow_error: public runtime_error
runtime_error     117 uspace/lib/cpp/include/__bits/stdexcept.hpp     class underflow_error: public runtime_error
runtime_error     332 uspace/lib/cpp/include/__bits/system_error.hpp     class system_error: public runtime_error
runtime_error     116 uspace/lib/cpp/src/stdexcept.cpp     runtime_error::runtime_error(const string& what)
runtime_error     120 uspace/lib/cpp/src/stdexcept.cpp     runtime_error::runtime_error(const char* what)
runtime_error     124 uspace/lib/cpp/src/stdexcept.cpp     runtime_error::runtime_error(const runtime_error& other) noexcept
runtime_error     128 uspace/lib/cpp/src/stdexcept.cpp     runtime_error& runtime_error::operator=(const runtime_error& other)
runtime_error     137 uspace/lib/cpp/src/stdexcept.cpp     runtime_error::~runtime_error()
runtime_error     142 uspace/lib/cpp/src/stdexcept.cpp     const char* runtime_error::what() const noexcept
runtime_error     148 uspace/lib/cpp/src/stdexcept.cpp         : runtime_error{what}
runtime_error     152 uspace/lib/cpp/src/stdexcept.cpp         : runtime_error{what}
runtime_error     156 uspace/lib/cpp/src/stdexcept.cpp         : runtime_error{other}
runtime_error     160 uspace/lib/cpp/src/stdexcept.cpp         : runtime_error{what}
runtime_error     164 uspace/lib/cpp/src/stdexcept.cpp         : runtime_error{what}
runtime_error     168 uspace/lib/cpp/src/stdexcept.cpp         : runtime_error{other}
runtime_error     172 uspace/lib/cpp/src/stdexcept.cpp         : runtime_error{what}
runtime_error     176 uspace/lib/cpp/src/stdexcept.cpp         : runtime_error{what}
runtime_error     180 uspace/lib/cpp/src/stdexcept.cpp         : runtime_error{other}
runtime_error     266 uspace/lib/cpp/src/system_error.cpp         : runtime_error{what_arg.c_str()}, code_{ec}
runtime_error     270 uspace/lib/cpp/src/system_error.cpp         : runtime_error{what_arg}, code_{ec}
runtime_error     274 uspace/lib/cpp/src/system_error.cpp         : runtime_error{"system_error"}, code_{ec}
runtime_error     279 uspace/lib/cpp/src/system_error.cpp         : runtime_error{what_arg.c_str()}, code_{code, cat}
runtime_error     284 uspace/lib/cpp/src/system_error.cpp         : runtime_error{what_arg}, code_{code, cat}
runtime_error     288 uspace/lib/cpp/src/system_error.cpp         : runtime_error{"system_error"}, code_{code, cat}
HelenOS homepage, sources at GitHub