Introduced FileNotFoundException
[core.git] / inc / classes / main / console / class_ConsoleTools.php
index 0d269417f53539e02828be09dea0366416c9675a..7b690ef53ece33b4843a5b701336bce465381c2f 100644 (file)
@@ -220,7 +220,7 @@ class ConsoleTools extends BaseFrameworkSystem {
 
                        // Resolve the IP number
                        $ip = $helperInstance->resolveIpAddress($hostname);
-               } catch (FileIoException $e) {
+               } catch (FileNotFoundException $e) {
                        // Fall-back to 'SESSION_SVR' which found on my Sun Station
                        if (isset($_SERVER['SESSION_SVR'])) {
                                // Resolve it