Lines Matching refs:except
79 } catch (const std::invalid_argument &except) { in ConvertString2Int() local
82 } catch (const std::out_of_range &except) { in ConvertString2Int() local
194 } catch (const std::filesystem::filesystem_error &except) { in FileExist() local
196 except.code().message().c_str()); in FileExist()
198 } catch (const std::__h::__fs::filesystem::filesystem_error &except) { in FileExist() local
200 except.code().message().c_str()); in FileExist()
202 } catch (const std::bad_alloc &except) { in FileExist() local
204 except.what()); in FileExist()
215 } catch (const std::filesystem::filesystem_error &except) { in FileCopy() local
217 except.code().message().c_str()); in FileCopy()
218 } catch (const std::__h::__fs::filesystem::filesystem_error &except) { in FileCopy() local
220 except.code().message().c_str()); in FileCopy()
221 } catch (const std::bad_alloc &except) { in FileCopy() local
223 except.what()); in FileCopy()