Exception: Msf::NoEncodersSucceededError
- Inherits:
-
EncodingError
- Object
- RuntimeError
- EncodingError
- Msf::NoEncodersSucceededError
- Defined in:
- lib/msf/core/exception.rb
Overview
This exception is raised when no encoders succeed to encode a buffer.
Instance Method Summary collapse
-
#initialize(msg = "No encoders encoded the buffer successfully.") ⇒ NoEncodersSucceededError
constructor
A new instance of NoEncodersSucceededError.
Constructor Details
#initialize(msg = "No encoders encoded the buffer successfully.") ⇒ NoEncodersSucceededError
Returns a new instance of NoEncodersSucceededError.
137 138 139 |
# File 'lib/msf/core/exception.rb', line 137 def initialize(msg="No encoders encoded the buffer successfully.") super(msg) end |