X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8b1a509442a3fa051146f82b8293126916ad8617..7e7dd769fda191b50df62a24cfcb0832e5b3eeed:/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;