NoConfigFoundException constructor

const NoConfigFoundException([
  1. String? message
])

Constructs instance of this exception

Implementation

const NoConfigFoundException([this.message]);