Files
metasploit-gs/lib/rex/java/serialization/encode_error.rb
T

11 lines
145 B
Ruby
Raw Normal View History

2015-04-05 18:43:03 -05:00
# -*- coding: binary -*-
module Rex
module Java
module Serialization
class EncodeError < ::RuntimeError
end
end
end
end