class FlipkartSeller::Exception
Attributes
response[R]
Public Class Methods
new(response)
click to toggle source
# File lib/FlipkartSeller/exception.rb, line 7 def initialize(response) @response = response end