NonFatalException constructor

const NonFatalException(
  1. String message
)

Implementation

const NonFatalException(this.message);