chargebee / chargebee-ruby

Ruby library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=ruby
MIT License
32 stars 60 forks source link

Fix errors initializer argument #18

Open tkbky opened 7 years ago

tkbky commented 7 years ago

This fix allows Error to be initialized with empty arguments without blowing up.

The spec is still broken, please consider merging this PR as well.