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

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

2023-07-01 11:58:00 -04:00
struct MyException
{
// data with info about exception
};