Throwables

object Throwables
class Object
trait Matchable
class Any

Value members

Concrete fields

val collapsingSemigroup: Semigroup[Throwable]
Returns

A new Throwable where y is appended as a root cause to x. We prefix y's message with "APPENDED: " to make the distinction clear in x's stack trace