Exception: Hydra::MessagingIO::UnprocessableMessage

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/hydra/messaging_io.rb

Overview

IO will return this error if it cannot process a message. For example, if you tried to write a string, it would fail, because the string is not a message.

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Custom error message



39
40
41
# File 'lib/hydra/messaging_io.rb', line 39

def message
  @message
end