MethodNotAllowedException constructor

MethodNotAllowedException(
  1. String message, {
  2. Status? status,
})

Implementation

MethodNotAllowedException(super.message, {super.status})
  : super(statusCode: 405);