RaiseThrowable
@implicitNotFound("Cannot find an implicit value for RaiseThrowable[${F}]: an instance is available for any F which has an ApplicativeError[F, Throwable] instance or for F = Fallible. If getting this error for a non-specific F, try manually supplying the type parameter (e.g., Stream.raiseError[IO](t) instead of Stream.raiseError(t)). If getting this error when working with pure streams, use F = Fallible.") trait RaiseThrowable[F <: ([_$1] =>> Any)]
Witnesses that
F supports raising throwables.An instance of
is available for the uninhabited type
RaiseThrowable is available for any F which has anApplicativeError[F, Throwable] instance. Alternatively, an instanceis available for the uninhabited type
Fallible.- Companion
- object
class Object
trait Matchable
class Any