Searched refs:except_error (Results 1 – 5 of 5) sorted by relevance
17 struct except_error {}; struct51 if(x == -1) throw except_error(); in f()78 } catch(except_error const&) {} // OK. in main()
28 struct except_error {}; struct89 if(s.value == "X") throw except_error(); in f()146 if(s.value == "X") throw except_error(); in f()246 if(s.value == "X") throw except_error(); in f()
25 } catch(except_error const&) { in main()
26 } catch(except_error const&) { in main()