This commit is contained in:
2023-04-18 23:47:30 +08:00
parent f220892b4a
commit c432e629a6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
$this->register($route, $value, $handler);
}
} catch (Throwable $throwable) {
error($throwable->getMessage(), [throwable($throwable)]);
error($throwable);
}
}