ExceptionB
} catch (ExceptionB exception) {
} catch (ExceptionB exception) {
ExceptionB::ExceptionB() {}
ExceptionB::~ExceptionB() {}
void throwB() { throw ExceptionB(); }
struct ExceptionB : ExceptionBase {
ExceptionB();
~ExceptionB();