Skip to content

Commit 5ea8d65

Browse files
timmipetitFehér Zoltán
authored and
Fehér Zoltán
committed
exception_handler signature changed in php7
1 parent 5ff184e commit 5ea8d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vendor/lime/lime.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ public function handle_error($code, $message, $file, $line, $context)
575575
$this->error($type.': '.$message, $file, $line, $trace);
576576
}
577577

578-
public function handle_exception(Exception $exception)
578+
public function handle_exception(Throwable $exception)
579579
{
580580
$this->error(get_class($exception).': '.$exception->getMessage(), $exception->getFile(), $exception->getLine(), $exception->getTrace());
581581

0 commit comments

Comments
 (0)