Rejection.methodNotAllowed constructor
const
Rejection.methodNotAllowed(
- String message
A 405 rejection.
Implementation
const Rejection.methodNotAllowed(String message) : this._(405, message);
A 405 rejection.
const Rejection.methodNotAllowed(String message) : this._(405, message);