Skip to content

Commit fa90587

Browse files
committed
Remove try block
1 parent c41f141 commit fa90587

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

bin/phpbrew

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,4 @@ $loader = new \Universal\ClassLoader\BasePathClassLoader( array(
88
$loader->register();
99

1010
$console = new PhpBrew\Console;
11-
try {
12-
$console->run( $argv );
13-
} catch (Exception $e) {
14-
echo $e->getMessage(), "\n";
15-
exit(-1);
16-
}
11+
$console->run( $argv );

0 commit comments

Comments
 (0)