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

zio.jdbc.JdbcEncoderError.scala Maven / Gradle / Ivy

The newest version!
package zio.jdbc

import java.io.IOException

final case class JdbcEncoderError(message: String, cause: Throwable) extends IOException(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy