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

11 lines
134 B
Ruby
Raw Normal View History

2015-03-23 22:06:51 +00:00
# -*- coding: binary -*-
module Rex
module Proto
module Rmi
2015-03-23 22:32:26 +00:00
class Exception < ::RuntimeError
2015-03-23 22:06:51 +00:00
end
end
end
end