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