# File lib/mongo/error/max_message_size.rb, line 37
      def initialize(max_size = nil)
        super(max_size ?  MESSAGE + " The max is #{max_size}." : MESSAGE)
      end