X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/be6262c6cedcba1f4041e66518facfdea79679a0..3734f1d0b84c642ba89b5a4c39bac845f5627be7:/lib-php/Status.php diff --git a/lib-php/Status.php b/lib-php/Status.php index 52abfcd0..4f1555cd 100644 --- a/lib-php/Status.php +++ b/lib-php/Status.php @@ -1,4 +1,12 @@ oDB->getOne($sSQL); if ($iDataDateEpoch === false) { - throw Exception('Data date query failed '.$iDataDateEpoch->getMessage(), 705); + throw new Exception('Import date is not available', 705); } return $iDataDateEpoch;