MethodNotAllowedException constructor
MethodNotAllowedException([
- String message = 'Method Not Allowed'
Creates a new MethodNotAllowedException.
Implementation
MethodNotAllowedException([String message = 'Method Not Allowed']) : super(405, message);