Custom

org.http4s.server.middleware.ErrorHandling$.Custom$
object Custom

Attributes

Source:
ErrorHandling.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Custom.type

Members list

Concise view

Value members

Concrete methods

def recoverWith[F[_] : MonadThrow, G[_], A](http: Kleisli[F, A, Response[G]])(pf: PartialFunction[Throwable, F[Response[G]]]): Kleisli[F, A, Response[G]]

Attributes

Source:
ErrorHandling.scala