Home | History | Annotate | Download | only in src

Lines Matching refs:exception_type

28     std::string exception_type = "std::exception";
31 exception_type = "cv::Exception";
35 what = exception_type + ": " + e->what();