Exception: RBZK::ZKErrorResponse

Inherits:
ZKError
  • Object
show all
Defined in:
lib/rbzk/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid response') ⇒ ZKErrorResponse

Returns a new instance of ZKErrorResponse.



19
20
21
# File 'lib/rbzk/exceptions.rb', line 19

def initialize(msg = 'Invalid response')
  super
end