ShieldError constructor

const ShieldError(
  1. String code,
  2. String message, {
  3. String? exception,
})

Implementation

const ShieldError(
    this.code,
    this.message, {
      this.exception,
    });