exception property
dynamic
get
exception
Get the intercepted exception
Implementation
dynamic get exception => store.tryGet<dynamic>('_internal_exception');
Get the intercepted exception
dynamic get exception => store.tryGet<dynamic>('_internal_exception');