error<K> static method

Errored<K> error<K>(
  1. Exception error
)

Implementation

static Errored<K> error<K>(Exception error) {
  return Errored<K>(error);
}