mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
7 lines
272 B
PHP
7 lines
272 B
PHP
|
<error>
|
||
|
<code><?php echo $exception->getCode() ?></code>
|
||
|
<message><?php echo $exception->getMessage() ?></message>
|
||
|
<?php if (CONST_Debug) { ?>
|
||
|
<details><?php echo $exception->getFile() . '('. $exception->getLine() . ')' ?></details>
|
||
|
<?php } ?>
|
||
|
</error>
|