class PaytmSeller::InvalidDataException

for 412 response

Public Class Methods

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