class Hbci::DialogError

Attributes

hbci_response[R]

Public Class Methods

new(msg, hbci_response = nil) click to toggle source
Calls superclass method
# File lib/hbci/errors/hbci/dialog_error.rb, line 5
def initialize(msg, hbci_response = nil)
  super(msg)
  @hbci_response = hbci_response
end