MethodNotAllowedException constructor
MethodNotAllowedException(
- String message, {
- Status? status,
Implementation
MethodNotAllowedException(super.message, {super.status})
: super(statusCode: 405);