getBinding method

Implementation

ExceptionEndpointCallingBinding getBinding(Exception e) {
  return _map[e.runtimeType] ?? _findSuperTypes(e) ?? _map[Exception]!;
}