Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Support for exceptions with detailed error information #46

Closed Fluxie closed 6 years ago

Fluxie commented 6 years ago

I decided not to introduce additional hierarchy and inherited the exceptions directly from appropriate std exceptions instead.

This resolves issue #45.

Rantanen commented 6 years ago

Few small nits but <3 exceptions, so I don't really care for them now. Thanks!