Class: Rex::Proto::Thrift::Error::InvalidFrameError
- Inherits:
-
ThriftError
- Object
- RuntimeError
- ThriftError
- Rex::Proto::Thrift::Error::InvalidFrameError
- Defined in:
- lib/rex/proto/thrift/error.rb
Overview
Raised when trying to parse a frame that is invalid.
Instance Method Summary collapse
-
#initialize(msg = 'Invalid Thrift frame data was received and could not be parsed.') ⇒ InvalidFrameError
constructor
A new instance of InvalidFrameError.
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 |