Throw an exception in case checkServer() returns errors

remotes/origin/poc-doctrine-migrations
Thomas Müller 10 years ago
parent 890a18e1a6
commit f7c906902a
  1. 1
      lib/private/console/application.php

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

Loading…
Cancel
Save