mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Update lib/public/LanguageModel/Events/TaskFailedEvent.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
ba950f7e34
commit
bad124c07b
1 changed files with 4 additions and 2 deletions
|
|
@ -13,8 +13,10 @@ class TaskFailedEvent extends AbstractLanguageModelEvent {
|
|||
* @param string $errorMessage
|
||||
* @since 28.0.0
|
||||
*/
|
||||
public function __construct(ILanguageModelTask $task,
|
||||
private string $errorMessage) {
|
||||
public function __construct(
|
||||
ILanguageModelTask $task,
|
||||
private string $errorMessage,
|
||||
) {
|
||||
parent::__construct($task);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue