SkipError constructor

SkipError(
  1. String msg, {
  2. int level = 500,
})

Implementation

SkipError(super.msg, {this.level = 500});