task claim

This commit is contained in:
xiaomlove
2024-06-07 02:51:05 +08:00
parent 08067b9d01
commit bc81b158be
14 changed files with 68 additions and 15 deletions
@@ -29,6 +29,7 @@ class CreateExam extends CreateRecord
}
$this->redirect($this->getResource()::getUrl('index'));
} catch (\Exception $exception) {
do_log($exception->getMessage() . "\n" . $exception->getTraceAsString(), "error");
$this->notify('danger', $exception->getMessage());
}
}