Net::NTLM::NtlmError
# File lib/net/ntlm/exceptions.rb, line 8 def initialize(msg, data) @data = data super(msg) end