GoneHttpException represents a "Gone" HTTP exception with status code 410.
Throw a GoneHttpException when a user requests a resource that no longer exists
at the requested url. For example, after a record is deleted, future requests
for that record should return a 410 GoneHttpException instead of a 404
yii\web\NotFoundHttpException.