heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
213 stars 86 forks source link

Fix error class for catching errors #46

Closed technicalpickles closed 8 years ago

technicalpickles commented 8 years ago

In the README, it says Excon::Error, but it should be Excon::Errors::Error

geemus commented 8 years ago

Thanks!