lib/rex/encoding/xor/exceptions.rb in librex-0.0.68 vs lib/rex/encoding/xor/exceptions.rb in librex-0.0.70

- old
+ new

@@ -1,6 +1,5 @@ -#!/usr/bin/env ruby # -*- coding: binary -*- module Rex module Encoding module Xor @@ -8,11 +7,11 @@ module Exception end class KeySearchError < ::Exception - include Exception - MSG = "Error finding a key." + include Exception + MSG = "Error finding a key." end end end end