We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41f141 commit fa90587Copy full SHA for fa90587
1 file changed
bin/phpbrew
@@ -8,9 +8,4 @@ $loader = new \Universal\ClassLoader\BasePathClassLoader( array(
8
$loader->register();
9
10
$console = new PhpBrew\Console;
11
-try {
12
- $console->run( $argv );
13
-} catch (Exception $e) {
14
- echo $e->getMessage(), "\n";
15
- exit(-1);
16
-}
+$console->run( $argv );
0 commit comments