UnauthorizedException constructor

UnauthorizedException(
  1. dynamic error
)

Implementation

UnauthorizedException(error) : super(error, "[ERROR] Unauthorized: ");