Uh oh!
There was an error while loading. Please reload this page.
Use \Throwable exclusively in rejection function docs - #142
Conversation
There was a problem hiding this comment.
The changeset looks reasonable to me, but just one question: Is is common knowledge that Throwable is the base of Exception or should we perhaps make this more explicit? It's my understanding most common use cases would likely reject a promise with a subclass of Exception such as RuntimeException (and family) and it might make sense to keep this as a search keyword in the documentation?
jsor
commented
May 9, 2019
Good point, i will try to rework the docs 👍 . But we must make sure to not recommend |
clue
commented
May 9, 2019
I concur, adding |
WyriHaximus
commented
Oct 6, 2019
@clue added a short paragraph about |
c1a75d8 to
a747ad4Comparea747ad4 to
6a45c24Compare
clue
left a comment
There was a problem hiding this comment.
Thanks for the update, changes LGTM! 💯
WyriHaximus
commented
Oct 6, 2019
🎉 ! |
Follow-up for #138.