rexyai / RestRserve

R web API framework for building high-performance microservices and app backends
https://restrserve.org
276 stars 32 forks source link

Look for error class instead of simpleError - fixes #207 #208

Closed hafen closed 7 months ago

hafen commented 7 months ago

See https://github.com/rexyai/RestRserve/issues/207 for reference.

I have tested this out and it fixes the issue and doesn't seem to introduce issues (based on check()).

I didn't add any new unit tests because I didn't want to add another explicit dependency on rlang without permission of the authors.