I have some special exception cases that I want to throw and catch, so I want to define my own exception classes.
What are the best practices for that? Should I inh
In my opinion it doesn't matter if you inherit from std::exception or not. For me the most important thing about defining exceptions are: