Skip to content

Commit

Permalink
bootstrap: better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 24, 2018
1 parent c04666d commit e71fe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap.php
Expand Up @@ -19,7 +19,7 @@
} }


set_exception_handler(function ($e) { set_exception_handler(function ($e) {
echo "Error: {$e->getMessage()}\n"; echo "Error: {$e->getMessage()} in {$e->getFile()}:{$e->getLine()}\n";
die(2); die(2);
}); });


Expand Down

0 comments on commit e71fe3a

Please sign in to comment.