AppException.methodNotAllowed constructor
- [String message = 'Method Not Allowed']
Implementation
AppException.methodNotAllowed([this.message = 'Method Not Allowed'])
: code = HttpStatus.methodNotAllowed;
AppException.methodNotAllowed([this.message = 'Method Not Allowed'])
: code = HttpStatus.methodNotAllowed;