mollie / mollie-api-ruby

Mollie API client for Ruby
http://www.mollie.com
BSD 2-Clause "Simplified" License
81 stars 42 forks source link

Raise specific exception when resource does not exist #129

Closed justincase closed 4 years ago

justincase commented 4 years ago

This makes it easier to solely rescue 404s. Resolves #128.