mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-15 00:00:44 -04:00
Right now we have every error class in a separate file which doesn't do anyone a lot of good, especially given that most of them are just stubs that derive directly from `StripeError`. This patch pulls them all into one file and gives them some documentation. It follows #487 and #488 as minor refactoring work.