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

Concise view

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

Implicits

Implicits

implicit val semigroup: Semigroup[MultiException]
implicit val show: Show[MultiException]