HandleErrorWith
doobie.postgres.free.pgconnection$.PGConnectionOp$.HandleErrorWith
final case class HandleErrorWith[A](fa: PGConnectionIO[A], f: Throwable => PGConnectionIO[A]) extends PGConnectionOp[A]
Attributes
- Source
- pgconnection.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PGConnectionOp[A]class Objecttrait Matchableclass Any
Members list
In this article