JuliaDatabases / DBInterface.jl

Database interface definitions for Julia
https://juliadatabases.org/DBInterface.jl/dev/
Other
84 stars 12 forks source link

let `ParameterError` subtype `Exception` #19

Closed JeffreySarnoff closed 4 years ago

JeffreySarnoff commented 4 years ago

The ParameterError was not written with Exception as its supertype. I assume this was an oversight. Additionally, I moved that struct to the "exception handling" region of the source code.