def run()

in facia-purger/src/main/scala/com/gu/purge/facia/FrontsS3PathParser.scala [21:26]


  def run(): Option[String] = expr.run() match {
    case Success(matched) => Some(matched)
    case x =>
      log.error(s"error: $x, input: ${input.toString}")
      None
  }