# File lib/uri_template/rfc6570.rb, line 199
    def initialize(source, position)
      @pattern = source
      @position = position
      super("Invalid expression found in #{source.inspect} at #{position}: '#{source[position..-1]}'")
    end