Now that we have a lot of different exceptions being thrown at various points we should look at creating more explicit Exceptions such as HrpException which could provide developers with a very clear cut "where is the issue" just by looking at the type of Exception and then the message could provide the needed additional context.
Now that we have a lot of different exceptions being thrown at various points we should look at creating more explicit Exceptions such as
HrpExceptionwhich could provide developers with a very clear cut "where is the issue" just by looking at the type of Exception and then the message could provide the needed additional context.