This commit is contained in:
2021-02-20 15:45:48 +08:00
parent 2db6b501a9
commit b85e5683d0
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ class Pagination extends Component
try {
call_user_func($callback, $data, $param);
} catch (\Throwable $exception) {
$this->addError($exception->getMessage());
$this->addError($exception);
} finally {
$event = Snowflake::app()->getEvent();
$event->trigger(Event::SYSTEM_RESOURCE_RELEASES);