Class: Shoppr::APIException
- Inherits:
-
Object
- Object
- Shoppr::APIException
- Defined in:
- lib/shoppr/api_exception.rb
Instance Method Summary collapse
-
#initialize(cat_mash) ⇒ APIException
constructor
A new instance of APIException.
Constructor Details
#initialize(cat_mash) ⇒ APIException
Returns a new instance of APIException.
4 5 6 |
# File 'lib/shoppr/api_exception.rb', line 4 def initialize(cat_mash) Shoppr.map_mash_attrs(self, cat_mash) end |