HelenOS sources

runtime_error      86 uspace/lib/cpp/include/__bits/stdexcept.hpp     class runtime_error: public exception
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     137 uspace/lib/cpp/src/stdexcept.cpp     runtime_error::~runtime_error()
HelenOS homepage, sources at GitHub