Exception: Cryptopay::ServerError
- Defined in:
- lib/cryptopay/errors.rb
Class Method Summary collapse
Class Method Details
.from_response(res) ⇒ Object
22 23 24 |
# File 'lib/cryptopay/errors.rb', line 22 def self.from_response(res) new("Status #{res.status}: #{res.body}") end |