# File lib/net/ssh/errors.rb, line 49
49:     def [](key)
50:       @data && @data[key]
51:     end