HandleErrorWith
doobie.free.connection$.ConnectionOp$.HandleErrorWith
final case class HandleErrorWith[A](fa: ConnectionIO[A], f: Throwable => ConnectionIO[A]) extends ConnectionOp[A]
Attributes
- Source:
- connection.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait ConnectionOp[A]class Objecttrait Matchableclass Any