# File lib/mongo/error.rb, line 98
    def initialize(msg = nil)
      @labels ||= []
      super(msg)
    end