AngelHttpException.NotFound({String message: '404 Not Found'})

Throws a 404 Not Found error.

Source

AngelHttpException.NotFound({String message: '404 Not Found'})
    : super(404, message);