FetchExceptionSyntax

final class FetchExceptionSyntax[B](val a: Throwable) extends AnyVal

Implicit syntax to lift exception to Fetch errors

Implicit syntax to lift exception to Fetch errors

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def fetch[F[_]](`evidence$2`: Concurrent[F]): Fetch[F, B]

Concrete fields

val a: Throwable