mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Added missing keyword
This commit is contained in:
parent
d6c2df7b6b
commit
d5ddaa4cb7
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class ErrorHandler {
|
|||
* @param Exception $exception Exception instance
|
||||
* @return string Formatted message
|
||||
*/
|
||||
protected function _getMessage($exception) {
|
||||
protected static function _getMessage($exception) {
|
||||
$message = sprintf("[%s] %s",
|
||||
get_class($exception),
|
||||
$exception->getMessage()
|
||||
|
|
Loading…
Add table
Reference in a new issue