Class: Rex::Proto::Thrift::Error::InvalidFrameError

Inherits:
ThriftError
  • Object
show all
Defined in:
lib/rex/proto/thrift/error.rb

Overview

Raised when trying to parse a frame that is invalid.

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid Thrift frame data was received and could not be parsed.') ⇒ InvalidFrameError

Returns a new instance of InvalidFrameError.



8
9
10
# File 'lib/rex/proto/thrift/error.rb', line 8

def initialize(msg='Invalid Thrift frame data was received and could not be parsed.')
  super(msg)
end