Files
metasploit-gs/lib/rex/proto/rmi/exception.rb
T
2015-03-23 17:32:26 -05:00

11 lines
134 B
Ruby

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