Exception: Bosh::Agent::MessageHandlerError

Inherits:
Error
  • Object
show all
Defined in:
lib/bosh_agent/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, blob = nil) ⇒ MessageHandlerError

Returns a new instance of MessageHandlerError.



14
15
16
17
# File 'lib/bosh_agent/errors.rb', line 14

def initialize(message, blob=nil)
  super(message)
  @blob = blob
end

Instance Attribute Details

#blobObject (readonly)

Returns the value of attribute blob.



13
14
15
# File 'lib/bosh_agent/errors.rb', line 13

def blob
  @blob
end