Libraries
»
bunny
(2.24.0)
»
Index
»
Bunny
»
ReaderLoop
»
#raise
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