Dash.jl icon indicating copy to clipboard operation
Dash.jl copied to clipboard

Put exceptions in order

Open waralex opened this issue 5 years ago • 0 comments

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.

waralex avatar May 26 '20 22:05 waralex