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