rohd
rohd copied to clipboard
Replace generic `Exception`s with more specific or ROHD-related exceptions
Motivation
Many exceptions in ROHD are just Exception, but they should be more specific types of exceptions or ROHD-specific Exceptions.
Desired solution
Add new ROHD-specific Exceptions where applicable, and use existing Exceptions where possible.
Hi Max, I will pick up this issue as well.
It's also worth considering which should be errors vs exceptions: https://stackoverflow.com/questions/17315945/error-vs-exception-in-dart