Files
metasploit-gs/lib/rex/encoding/xor/exceptions.rb
T
2013-11-07 18:51:59 -05:00

18 lines
192 B
Ruby

# -*- coding: binary -*-
module Rex
module Encoding
module Xor
module Exception
end
class KeySearchError < ::Exception
include Exception
MSG = "Error finding a key."
end
end end end