ApiRequestException.methodNotAllowed constructor
ApiRequestException.methodNotAllowed([
- String? message
Implementation
ApiRequestException.methodNotAllowed([String? message]) : this(405, message);