MultiException

com.geirolz.app.toolkit.error.MultiException
See theMultiException companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def fromFoldable[F[_] : Foldable](errors: F[Throwable]): Option[MultiException]
def fromNel(errors: NonEmptyList[Throwable]): MultiException
def of(e1: Throwable, eN: Throwable*): MultiException