C++20 sections · 1024 units
Open in Course

Quiz: 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?

  1. A.std::exception
  2. B.std::logic_error
  3. C.std::invalid_argument
  4. D.std::runtime_error
Start the roadmap to answer the quizzes and solve the challenges