DependencyResolutionException constructor

const DependencyResolutionException(
  1. String message
)

Creates an exception describing why resolution failed. Audited: 2026-06-12 11:26 EDT

Implementation

const DependencyResolutionException(this.message);