We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53301ab commit 71518b7Copy full SHA for 71518b7
src/Exceptions/TaskExceptionResult.php
@@ -2,8 +2,6 @@
2
3
namespace Laravel\Octane\Exceptions;
4
5
-use Throwable;
6
-
7
class TaskExceptionResult
8
{
9
public function __construct(
@@ -40,7 +38,7 @@ public static function from($throwable)
40
38
/**
41
39
* Gets the original throwable.
42
*
43
- * @return \Laravel\Octane\Exceptions\TaskException
+ * @return \Laravel\Octane\Exceptions\TaskException|\Laravel\Octane\Exceptions\DdException
44
*/
45
public function getOriginal()
46
0 commit comments