RosettaCodeData/Task/Exceptions/C++/exceptions-4.cpp
2025-08-11 18:05:26 -07:00

4 lines
38 B
C++

void foo()
{
throw MyException();
}