ScopeReleaseException constructor
ScopeReleaseException(
- Iterable<
ReleaseFailure> failures
Implementation
ScopeReleaseException(Iterable<ReleaseFailure> failures)
: failures = List<ReleaseFailure>.unmodifiable(failures);