Package

cats.effect

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. final class CompositeException extends RuntimeException with Serializable

    Permalink

    A composite exception represents a list of exceptions caught from evaluating multiple independent actions and that need to be signaled together.

    A composite exception represents a list of exceptions caught from evaluating multiple independent actions and that need to be signaled together.

    Note the constructor doesn't allow wrapping anything less than two throwable references.

    Use apply for building composite exceptions.

Value Members

  1. object CompositeException extends Serializable

    Permalink

Ungrouped