Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grammar_parser/parser.inc
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class PGPParser {
*
* @see set_exception_handler
*/
protected function exceptionHandler($exception) {
public function exceptionHandler($exception) {
$backtrace = $exception->getTrace();
// Push on top of the backtrace the call that generated the exception.
array_unshift($backtrace, array(
Expand Down