// 404 page not found.
if
(
!
found
) {
throw
(
"404 Not Found"
);
}
//
Go home!