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 Exception
s.
Desired solution
Add new ROHD-specific Exception
s where applicable, and use existing Exception
s 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