Home | History | Annotate | Download | only in src

Lines Matching defs:runtime_error

63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
67 runtime_error::runtime_error(const char* msg) : __imp_(msg)
71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
76 runtime_error&
77 runtime_error::operator=(const runtime_error& le) _NOEXCEPT
85 runtime_error::~runtime_error() _NOEXCEPT
90 runtime_error::what() const _NOEXCEPT