ForbiddenException constructor

ForbiddenException(
  1. String message, {
  2. Status? status,
})

Implementation

ForbiddenException(super.message, {super.status}) : super(statusCode: 403);