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