Dash.jl
Dash.jl copied to clipboard
Put exceptions in order
Currently, most errors in the dash logic cause ErrorException to be thrown. This is not very informative and does not allow application to react differently to different types of errors. I need to make dash-specific exceptions and use them. Where this is justified, I should replace ErrorException with more accurate standard exceptions like WrongArgumentException. I also need to put in order the tests that check for throwing exceptions.