ReleaseManagerException constructor

const ReleaseManagerException(
  1. String message, {
  2. Object? details,
})

Creates a new ReleaseManagerException with the given message and optional details.

Implementation

const ReleaseManagerException(this.message, {this.details});