Rejection.methodNotAllowed constructor

const Rejection.methodNotAllowed(
  1. String message
)

A 405 rejection.

Implementation

const Rejection.methodNotAllowed(String message) : this._(405, message);