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

11 lines
134 B
Ruby

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