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

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

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