HelenOS sources

length_error       70 uspace/lib/cpp/include/__bits/stdexcept.hpp     class length_error: public logic_error
length_error       92 uspace/lib/cpp/src/stdexcept.cpp     length_error::length_error(const string& what)
length_error       96 uspace/lib/cpp/src/stdexcept.cpp     length_error::length_error(const char* what)
length_error      100 uspace/lib/cpp/src/stdexcept.cpp     length_error::length_error(const length_error& other) noexcept
HelenOS homepage, sources at GitHub