1# -*- coding: binary -*- 2 3module Rex 4module Proto 5module DNS 6module Exceptions 7 8 class ConfigError < Rex::RuntimeError 9 end 10 11end 12end 13end 14end 15 16