X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0b0349f746fccd572b1c8a4911cc131ffbe9597e..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();