class EzpayInvoice::EzpayResponseError
Attributes
status[R]
Public Class Methods
new(message, status)
click to toggle source
Calls superclass method
# File lib/ezpay-invoice/exceptions.rb, line 8 def initialize(message, status) super(message) @status = status end