Searched refs:ExceptionB (Results 1 – 3 of 3) sorted by relevance
10 ExceptionB::ExceptionB() {} in ExceptionB() function in ExceptionB11 ExceptionB::~ExceptionB() {} in ~ExceptionB()24 void throwB() { throw ExceptionB(); } in throwB()
17 struct ExceptionB : ExceptionBase { struct18 ExceptionB();19 ~ExceptionB();
53 } catch (ExceptionB exception) { in catchB()132 } catch (ExceptionB exception) { in catchAny()