projects
/
nominatim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
docs: need to index after updating with a file
[nominatim.git]
/
lib
/
template
/
error-xml.php
1
<error>
2
<code><?php echo $exception->getCode() ?></code>
3
<message><?php echo $exception->getMessage() ?></message>
4
<?php if (CONST_Debug) { ?>
5
<details><?php echo $exception->getFile() . '('. $exception->getLine() . ')' ?></details>
6
<?php } ?>
7
</error>