ThrowableAdapter

trait ThrowableAdapter[-R, E]
class Object
trait Matchable
class Any

Value members

Abstract methods

def fromThrowable[A](e: Throwable): ZIO[R, E, A]
def toThrowable(e: E): Throwable