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

11 lines
134 B
Ruby

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