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

5 lines
60 B
C++

struct MyException
{
// data with info about exception
};