Exception: FlipkartSeller::OtherException

Inherits:
Exception
  • Object
show all
Defined in:
lib/FlipkartSeller/exception.rb

Instance Attribute Summary

Attributes inherited from Exception

#response

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ OtherException

Returns a new instance of OtherException.



55
56
57
# File 'lib/FlipkartSeller/exception.rb', line 55

def initialize(response)
  super(response)
end