Home | History | Annotate | Download | only in src

Lines Matching defs:runtime_error

61 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
65 runtime_error::runtime_error(const char* msg) : __imp_(msg)
69 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
74 runtime_error&
75 runtime_error::operator=(const runtime_error& le) _NOEXCEPT
83 runtime_error::~runtime_error() _NOEXCEPT
88 runtime_error::what() const _NOEXCEPT