CatError constructor

CatError(
  1. String message, {
  2. String? path,
})

Implementation

CatError(this.message, {this.path});