![JAR search and dependency download from the Maven repository](/logo.png)
zio.http.DriverPlatformSpecific.scala Maven / Gradle / Ivy
package zio.http
import scala.annotation.nowarn
import zio.ZLayer
@nowarn("msg=dead code")
trait DriverPlatformSpecific {
val default: ZLayer[Server.Config, Throwable, Driver] =
throw new UnsupportedOperationException("Not implemented for Scala.js")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy