ExceptionWrapper<T extends Exception>.fromMap constructor
ExceptionWrapper<T extends Exception>.fromMap ({})
Implementation
ExceptionWrapper.fromMap(
{required this.child,
required Map<Type, ExceptionEndpoint> map,
Key? key})
: _map = map,
super(key: key);