MethodNotAllowedException constructor

const MethodNotAllowedException([
  1. String? responseBody
])

Implementation

const MethodNotAllowedException([String? responseBody]) : super(responseBody);