class FlipkartSeller::NotFound

for 404 response

Public Class Methods

new(response) click to toggle source
Calls superclass method FlipkartSeller::Exception::new
# File lib/FlipkartSeller/exception.rb, line 28
    def initialize(response)
  super(response)
end