# File lib/mongo/error/unknown_payload_type.rb, line 36 def initialize(byte) super(MESSAGE % byte.inspect) end