metasploit-framework/lib/rex/java/serialization/decode_error.rb

11 lines
145 B
Ruby

# -*- coding: binary -*-
module Rex
module Java
module Serialization
class DecodeError < ::RuntimeError
end
end
end
end