metasploit-framework/lib/rex/proto/rmi/decode_error.rb

11 lines
136 B
Ruby

# -*- coding: binary -*-
module Rex
module Proto
module Rmi
class DecodeError < ::RuntimeError
end
end
end
end