RosettaCodeData/Task/Exceptions/C++/exceptions-3.cpp
2023-07-01 13:44:08 -04:00

4 lines
38 B
C++

void foo()
{
throw MyException();
}