RunsException constructor

RunsException({
  1. required int statusCode,
  2. String? message,
})

Implementation

RunsException({required this.statusCode, this.message});