orThrow method

T orThrow(
  1. Exception exception
)
override

Implementation

T orThrow(final Exception exception) => throw exception;