onScopeDisposeDepFailed abstract method

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

Implementation

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