AccessDeniedException constructor

AccessDeniedException({
  1. String? message,
})

Implementation

AccessDeniedException({
  this.message,
});