Class: LucidShopify::Response::Error Abstract
- Extended by:
- Dry::Initializer
- Defined in:
- lib/lucid_shopify/response.rb
Overview
This class is abstract.
Instance Method Summary collapse
Instance Method Details
#message ⇒ String
23 24 25 |
# File 'lib/lucid_shopify/response.rb', line 23 def "bad response (#{response.status_code})" end |