you are viewing a single comment's thread
view the rest of the comments
[–] [S] 12 points 2 years ago

As a rule, exceptions should indeed be used for behaviors that are outside normal execution flow. For example, you might throw an exception if a file you're trying to access doesn't exist, or a network call fails, etc.

  • source
  • parent