mirage / ocaml-github

GitHub APIv3 OCaml bindings
ISC License
100 stars 61 forks source link

Add Lwt.catch equivalent to Github monad #170

Closed dsheets closed 7 years ago

dsheets commented 7 years ago

Without an Lwt.catch equivalent, it is difficult to debug exceptions that occur in the Github monad while maintaining the monad state (caches, rate limits, tokens).