HandleErrorWith
doobie.free.driver$.DriverOp$.HandleErrorWith
final case class HandleErrorWith[A](fa: DriverIO[A], f: Throwable => DriverIO[A]) extends DriverOp[A]
Attributes
- Source
- driver.scala
- Graph
-
- Supertypes
Members list
In this article