mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-30 00:00:47 -04:00
An error in OAuth deauthorization could return the error code of `invalid_client`, but that isn't handled by the code. That leads to a `TypeError` instead of a clean, understandable error.