NotFoundException constructor
const
NotFoundException({})
Creates a new NotFoundException.
Implementation
const NotFoundException({
required super.message,
super.type,
super.code,
super.param,
super.requestId,
super.body,
super.cause,
}) : super(statusCode: 404);