AlfredException constructor

AlfredException(
  1. int statusCode,
  2. Object? response
)

Implementation

AlfredException(this.statusCode, this.response);