Handle exception about unserializable route cache (#11625)

* Handle exception about unserializable route cache

* description

* Fix whitespace
This commit is contained in:
Tony Murray
2020-05-16 22:22:00 -05:00
committed by GitHub
parent f7d77777fc
commit a82cded552
2 changed files with 82 additions and 0 deletions

View File

@@ -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)