PipelineC icon indicating copy to clipboard operation
PipelineC copied to clipboard

Better error messages!

Open ghost opened this issue 3 years ago • 1 comments

Right now the various files use sys.exit(-1) in some places, which is less helpful than raising an exception. We should try to make more helpful exception messages, and move towards named and documented exceptions.

ghost avatar Sep 04 '22 13:09 ghost

Sounds good - been trying to remember throw exceptions when writing recent code - sounds good.

I have zero ideas for named exceptions - probably need to look at what kinds of things fail and categorize them...

JulianKemmerer avatar Sep 04 '22 18:09 JulianKemmerer