Home | History | Annotate | Download | only in src

Lines Matching refs:exception_type

27     std::string exception_type = "std::exception";
30 exception_type = "cv::Exception";
34 what = exception_type + ": " + e->what();