diff --git a/lib/rex/post/meterpreter/channels/pools/stream_pool.rb b/lib/rex/post/meterpreter/channels/pools/stream_pool.rb index cf9e9752b2..cc72ed8d7a 100644 --- a/lib/rex/post/meterpreter/channels/pools/stream_pool.rb +++ b/lib/rex/post/meterpreter/channels/pools/stream_pool.rb @@ -49,14 +49,14 @@ class StreamPool < Rex::Post::Meterpreter::Channels::Pool # This method returns the current offset into the pool. # def tell - throw NotImplementedError + raise NotImplementedError end # # This method seeks to an offset in the pool. # def seek - throw NotImplementedError + raise NotImplementedError end #