ForbiddenException constructor

ForbiddenException(
  1. String service
)

Implementation

ForbiddenException(this.service)
    : super(
        Constants.forbidden,
      );