ApiRequestException.methodNotAllowed constructor

ApiRequestException.methodNotAllowed([
  1. dynamic message
])

Implementation

ApiRequestException.methodNotAllowed([message]) : this(405, message);