Method: Bunny::ReaderLoop#raise

Defined in:
lib/bunny/reader_loop.rb

#raise(e) ⇒ Object



116
117
118
# File 'lib/bunny/reader_loop.rb', line 116

def raise(e)
  @thread.raise(e) if @thread
end