PayloadTooLargeException constructor
PayloadTooLargeException(
- String message
Implementation
PayloadTooLargeException(super.message)
: super(statusCode: 413, title: 'Payload Too Large');
PayloadTooLargeException(super.message)
: super(statusCode: 413, title: 'Payload Too Large');