dispatch method

void dispatch(
  1. Exception e
)

Implementation

void dispatch(Exception e) => _dispatcher(e);