Skip to content

Commit 03b265c

Browse files
RomainLvrRom1-B
andcommitted
Update ajax/container.php
Co-authored-by: Romain B. <[email protected]>
1 parent 9b25855 commit 03b265c

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)