Method: EventMachine::Protocols::FrameObjectProtocol#handle_exception
- Defined in:
- lib/em/protocols/frame_object_protocol.rb
#handle_exception(datagram, e) ⇒ Object
Invoked whenever FrameObjectProtocol fails to deserialize an object
73 74 75 |
# File 'lib/em/protocols/frame_object_protocol.rb', line 73 def handle_exception datagram, e # stub end |