notFound static method
Implementation
static DsCustomMiddleWareResponse notFound() {
return DsCustomMiddleWareResponse(404, {}, 'Not Found');
}
static DsCustomMiddleWareResponse notFound() {
return DsCustomMiddleWareResponse(404, {}, 'Not Found');
}