RosettaCodeData/Task/Exceptions/C++/exceptions-3.cpp

5 lines
38 B
C++

void foo()
{
throw MyException();
}