Gowerlabs / LibFTD2XX.jl

Julia wrapper for FTDI D2XX drivers.
Other
6 stars 1 forks source link

Replace `.Wrapper` thrown `FT_STATUS_ENUM` with suitable exception type #32

Open ReubenHill opened 5 years ago

ReubenHill commented 5 years ago

.Wrapper functions which fail throw FT_STATUS_ENUMs instead of exceptions. This should be replaced with a suitable exception type.