class FlipkartSeller::OtherException
Public Class Methods
new(response)
click to toggle source
Calls superclass method
FlipkartSeller::Exception::new
# File lib/FlipkartSeller/exception.rb, line 55 def initialize(response) super(response) end