Exception: ObjectPwnStream::Errors::YsoserialGenerateError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ObjectPwnStream/Errors.rb

Instance Method Summary collapse

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