Exception: Hydra::MessagingIO::UnprocessableMessage
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Hydra::MessagingIO::UnprocessableMessage
- 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
-
#message ⇒ Object
Custom error message.
Instance Attribute Details
#message ⇒ Object
Custom error message
43 44 45 |
# File 'lib/hydra/messaging_io.rb', line 43 def @message end |