mattn / mruby-uv

interface to libuv for mruby(experimental)
http://mattn.kaoriya.net/
92 stars 25 forks source link

Expose method to convert numeric error code to exception object #70

Closed avsej closed 7 years ago

avsej commented 7 years ago

It would be useful for more readable code (to use symbols instead of hardcoded numbers), and also log sensible error messages from callbacks.

mattn commented 7 years ago

Sounds good.