ErrorHandling

sbt.internal.util.ErrorHandling$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def convert[T](f: => T): Either[Exception, T]
def reducedToString(e: Throwable): String
def translate[T](msg: => String)(f: => T): T
def wideConvert[T](f: => T): Either[Throwable, T]