3 * SPDX-License-Identifier: GPL-2.0-only
5 * This file is part of Nominatim. (https://nominatim.org)
7 * Copyright (C) 2022 by the Nominatim developer community.
8 * For a full list of authors see the git log.
11 'code' => $exception->getCode(),
12 'message' => $exception->getMessage()
16 $error['details'] = $exception->getFile() . '('. $exception->getLine() . ')';
19 javascript_renderData(array('error' => $error));