# File lib/net/ssh/errors.rb, line 52
52:     def [](key)
53:       @data && @data[key]
54:     end