]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Shell.php
remove old nominatim.py in favour of 'nominatim index'
[nominatim.git] / lib / Shell.php
index 59c4473bde94d43b2569331fac3814211d0b10ed..72f90735e9763e798cb354155e8b077b37666f7e 100644 (file)
@@ -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();