X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fc40939775813705f1be2bf8a095d47b015c9982..504922ffbecd42eed01dfb9da6bbf2c7aae9a094:/lib/Shell.php diff --git a/lib/Shell.php b/lib/Shell.php index 59c4473b..72f90735 100644 --- a/lib/Shell.php +++ b/lib/Shell.php @@ -7,7 +7,7 @@ class Shell public function __construct($sBaseCmd, ...$aParams) { if (!$sBaseCmd) { - throw new Exception('Command missing in new() call'); + throw new \Exception('Command missing in new() call'); } $this->baseCmd = $sBaseCmd; $this->aParams = array();