All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zio.http.internal.DateEncodingPlatformSpecific.scala Maven / Gradle / Ivy

The newest version!
package zio.http.internal

import scala.annotation.nowarn

@nowarn("msg=dead code")
private[http] trait DateEncodingPlatformSpecific {
  val default: DateEncoding = throw new NotImplementedError("No version implemented for Scala.js yet.")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy