Try<T, E extends Exception> constructor

const Try<T, E extends Exception>(
  1. T _()
)