Skip to content

Kirby 3.6.6

system.exception

/site/config/config.php
return [
    'hooks' => [
        'system.exception' => function (Throwable $exception) {
            // your code goes here
        }
    ]
]

Parameters

Parameter Type
$exception \Throwable