LengthRequiredException constructor
LengthRequiredException(
- String message, {
- Status? status,
Implementation
LengthRequiredException(super.message, {super.status})
: super(statusCode: 411);