mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Handle exception about unserializable route cache (#11625)
* Handle exception about unserializable route cache * description * Fix whitespace
This commit is contained in:
@@ -31,6 +31,7 @@ class Handler extends ExceptionHandler
|
||||
\LibreNMS\Exceptions\FilePermissionsException::class,
|
||||
\LibreNMS\Exceptions\DatabaseConnectException::class,
|
||||
\LibreNMS\Exceptions\DuskUnsafeException::class,
|
||||
\LibreNMS\Exceptions\UnserializableRouteCache::class,
|
||||
];
|
||||
|
||||
public function render($request, Exception $exception)
|
||||
|
Reference in New Issue
Block a user