throwing method

void throwing(
  1. ExceptionThrower thrower
)

Implementation

void throwing(ExceptionThrower thrower) {
  exception = thrower;
  _register();
}