ShorebirdException constructor

const ShorebirdException(
  1. String message, {
  2. int status = 500,
})

Implementation

const ShorebirdException(this.message, {this.status = 500});