Open DanielDe opened 5 years ago
fixed in this pull request #107
Please merge this fix.
It's been over a year, why has this fix not been merged yet? Initializing errors straight up does not work.
Thank you for letting me know, pull request #107 has been merged.
@johnnycupcakes This fix is part of v 3.7.10 which hasn't been released yet. How can i specify this version in my Gemfile?
i'm looking into this and will get back to you. sorry for the delay.
a message is passed to the error class, but is interpreted as the status, creating a confusing human readable message.
I'm getting a crash when passing an invalid path for the
files
parameter increate_embedded_signature_request
:The problem seems to be in these two places:
The
Error
initializer expects 2 to 3 arguments but is only getting 1.Thanks!