Exception: Hbci::DialogError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/hbci/errors/hbci/dialog_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg, hbci_response = nil) ⇒ DialogError

Returns a new instance of DialogError.



5
6
7
8
# File 'lib/hbci/errors/hbci/dialog_error.rb', line 5

def initialize(msg, hbci_response = nil)
  super(msg)
  @hbci_response = hbci_response
end

Instance Attribute Details

#hbci_responseObject (readonly)

Returns the value of attribute hbci_response.



3
4
5
# File 'lib/hbci/errors/hbci/dialog_error.rb', line 3

def hbci_response
  @hbci_response
end