Errorable

trait Errorable[E]
class Object
trait Matchable
class Any

Value members

Abstract methods

def liftError(throwable: Throwable): Option[E]
def unliftError(e: E): Throwable