Home | History | Annotate | Download | only in functional

Lines Matching refs:runtime_error

2094 class AllowedRenderFailureException : public std::runtime_error
2097 AllowedRenderFailureException (const char* message) : std::runtime_error(message) { }