Skip to content

Commit 340f702

Browse files
committed
Bug fucking gix
1 parent 53e4569 commit 340f702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkerJS/PHPClient/Task.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function getTaskID()
3838
if(isset($this->task["taskID"])){
3939
return $this->task["taskID"];
4040
} else {
41-
throw \Exception("TaskID is not defined yet, you need to send task first. ");
41+
throw new \Exception("TaskID is not defined yet, you need to send task first. ");
4242
}
4343
}
4444

0 commit comments

Comments
 (0)