SanityException constructor

SanityException([
  1. String? _message,
  2. String? _prefix
])

Implementation

SanityException([
  this._message,
  this._prefix,
]);