" . $e->getMessage() . "
"; echo "The error is on line: " . $e->getLine() . "
"; echo "The file the error is in: " . $e->getFile() . "
"; } ?>