X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/be6262c6cedcba1f4041e66518facfdea79679a0..f5e56d1ef1e2631c67cc95bd124403410248fbdd:/lib-php/Status.php diff --git a/lib-php/Status.php b/lib-php/Status.php index 52abfcd0..4a8f5592 100644 --- a/lib-php/Status.php +++ b/lib-php/Status.php @@ -37,7 +37,7 @@ class Status $iDataDateEpoch = $this->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;