# -*- coding: binary -*-
module Rex
module Proto
module NTLM
module Exceptions
class NTLMMissingChallenge < ::RuntimeError
def to_s
"Unable to complete, no challenge key found"
end