DartWotException constructor

const DartWotException(
  1. String message
)

Constructor.

Implementation

const DartWotException(this.message);