global

def initialize(path)

Other tags:
    Api: - private
def initialize(path)
  *rest, rule = path
  super(<<~STR)
    Message template for #{rule.inspect} under #{rest.join(DOT).inspect} was not found
  STR
end