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

5 lines
38 B
C++
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
void foo()
{
throw MyException();
}