C++20 sections · 1024 units
Open in CourseQuiz: Exception Categories
Knowledge check
Check Your Understanding
Which exception type should you throw when a user provides a file path but the file doesn't exist?
- A.std::exception
- B.std::logic_error
- C.std::invalid_argument
- D.std::runtime_error