ExceptionOr

object ExceptionOr extends CatchOnly
trait CatchOnly
class Object
trait Matchable
class Any

Value members

Concrete methods

def catchIn[A](block: => A): ExceptionOr[A]
def flatCatch[A](block: => ExceptionOr[A]): ExceptionOr[A]

Inherited methods

Inherited from:
CatchOnly
def catchOnlyTotallyApplied[T <: Throwable, A](block: => A)(implicit ct: ClassTag[T]): Either[T, A]
Inherited from:
CatchOnly