weech / GRIB.jl

GRIB Interface for Julia
Apache License 2.0
22 stars 2 forks source link

Define Custom Exception Type #13

Open weech opened 3 years ago

weech commented 3 years ago

Currently we throw ErrorException for any error raised by ecCodes. It might be worthwhile to change this to a custom error type that is a subtype of Exception. This would be a breaking change, so it'd go in 0.4.