Err<E extends Exception> constructor

const Err<E extends Exception>(
  1. E value
)

Implementation

const Err(E value)
    : _value = value,
      super._();