Which Exception class to choose
- by PaN1C_Showt1Me
Suppose you want to throw Exception like this:
'Project with the provided ID cannot be assigned.'
and you don't want to write your custom Exception class. What predefined Exception class would you use for this?
(I'm talking about all classes inheriting from Exception)