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