Difference: std::runtime_error vs std::exception()

Viewed 98643

What is the difference between std::runtime_error and std::exception? What is the appropriate use for each? Why are they different in the first place?

2 Answers
Related