MethodNotAllowedException constructor

MethodNotAllowedException([
  1. String message = 'Method Not Allowed'
])

Creates a new MethodNotAllowedException.

Implementation

MethodNotAllowedException([String message = 'Method Not Allowed']) : super(405, message);