404
Página no encontrada
function
error404
()
{
if
(
!
page
.
exists
())
{
throw
new
Error
(
"
La página que buscas no existe.
"
)
;
}
}
Volver al inicio