onDepDisposeFailed abstract method

void onDepDisposeFailed(
  1. BaseScopeContainer scope,
  2. Dep dep,
  3. Object exception,
  4. StackTrace stackTrace,
)

Implementation

void onDepDisposeFailed(
  BaseScopeContainer scope,
  Dep dep,
  Object exception,
  StackTrace stackTrace,
);