Throw an exception in case checkServer() returns errors

This commit is contained in:
Thomas Müller 2015-04-09 16:42:34 +02:00
parent 890a18e1a6
commit f7c906902a
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class Application {
$output->writeln($error['hint']); $output->writeln($error['hint']);
$output->writeln(''); $output->writeln('');
} }
throw new \Exception("Environment not properly prepared.");
} }
} }
} }