UnauthorizedError constructor

UnauthorizedError(
  1. Exception? parent, [
  2. String? message
])

Implementation

UnauthorizedError(Exception? parent,[String? message])
    : super(parent, message ?? "Não Autorizado");