W3WException constructor

W3WException(
  1. String message, {
  2. String? code,
})

Implementation

W3WException(this.message, {this.code});