rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Replace generic `Exception`s with more specific or ROHD-related exceptions

Open mkorbel1 opened this issue 2 years ago • 2 comments

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.

mkorbel1 avatar Mar 29 '22 21:03 mkorbel1

Hi Max, I will pick up this issue as well.

quekyj avatar Oct 31 '22 10:10 quekyj

It's also worth considering which should be errors vs exceptions: https://stackoverflow.com/questions/17315945/error-vs-exception-in-dart

mkorbel1 avatar Jun 02 '23 00:06 mkorbel1