Forbidden constructor

Forbidden({
  1. Object? data,
})

Implementation

Forbidden({
  Object? data,
}) : super(HttpStatus.notFound, data: data);