Skip to content

Commit

Permalink
make private
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed May 12, 2015
1 parent 5d5809f commit 7975765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ErrorHandler.php
Expand Up @@ -127,7 +127,7 @@ public function handleException(\Exception $exception) {
fwrite(STDERR, "\n\n\n");
}

protected function renderException(\Exception $exception) {
private function renderException(\Exception $exception) {
if ($exception instanceof ErrorException) {
fwrite(STDERR, sprintf("ErrorException: %s \n", $exception->getErrorName()));
} else {
Expand Down

0 comments on commit 7975765

Please sign in to comment.