def apply()

in src/main/scala/com/gu/flexible/snapshotter/model/Attempt.scala [144:146]


  def apply(error: AttemptError): AttemptErrors = {
    AttemptErrors(List(error))
  }