Exception: ObjectPwnStream::Errors::YsoserialGenerateError
- Inherits:
-
StandardError
- Object
- StandardError
- ObjectPwnStream::Errors::YsoserialGenerateError
- Defined in:
- lib/ObjectPwnStream/Errors.rb
Instance Method Summary collapse
-
#initialize(cmd) ⇒ YsoserialGenerateError
constructor
A new instance of YsoserialGenerateError.
Constructor Details
#initialize(cmd) ⇒ YsoserialGenerateError
16 17 18 |
# File 'lib/ObjectPwnStream/Errors.rb', line 16 def initialize(cmd) super("Ysoserial returned an empty string, make sure the arguments are correct.\n\tthis command was run: #{cmd}") end |