Skip to content

Commit 70f48e9

Browse files
RomainLvrRom1-B
andauthored
Update ajax/container.php
Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>
1 parent 73aee5a commit 70f48e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajax/container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@
6565
echo '';
6666
}
6767
} else {
68-
throw new HttpException(404, 'Not Found');
68+
throw new \Glpi\Exception\Http\NotFoundHttpException();
6969
}

0 commit comments

Comments
 (0)