AngelHttpException.NotAuthenticated({String message: '401 Not Authenticated'})

Throws a 401 Not Authenticated error.

Source

AngelHttpException.NotAuthenticated({String message: '401 Not Authenticated'})
    : super(401, message);