ExceptionCaught

final case class ExceptionCaught(cause: Throwable) extends Event[Nothing]
trait Serializable
trait Product
trait Equals
trait Event[Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

def map[B](f: Nothing => B): Event[B]
Inherited from:
Event
Inherited from:
Product