Failure<T> constructor

Failure<T>(
  1. Exception exception
)

Implementation

Failure(this.exception);