ResultException<O, E> constructor

const ResultException<O, E>(
  1. Result<O, E> inner
)

An exception that wraps inner, a Result

Implementation

const ResultException(this.inner);