mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Raises a slightly more helpful error message when passing a non-string to a custom method (currently, it reads "no implicit conversion of Hash into String", which is terrible). This a partial remediation for the problem encountered in #809.