You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @williamkwao Thanks for your PR. Since it's not a trivial change it would be nice to keep errorHere alongside thisError for now and mark it as @deprecated for people still using the the old api.
The fluent API seems to try to mimic natural language, e.g.
errorHere(*error*)
uses the following construct:would
thisError(error).isNotAProphetError
or
checkError(error).isNotAProphetError
or
queryError(error).isNotAProphetError
be slightly nicer to read?
The text was updated successfully, but these errors were encountered: