at vendor/spatie/async/src/Output/ParallelError.php:11
7▕ class ParallelError extends Exception
8▕ {
9▕ public static function fromException($exception): self
10▕ {
➜ 11▕ return new self($exception);
12▕ }
13▕
14▕ public static function outputTooLarge(int $bytes): self
15▕ {
Spatie\Async\Output\ParallelError
at vendor/spatie/async/src/Output/ParallelError.php:11 7▕ class ParallelError extends Exception 8▕ { 9▕ public static function fromException($exception): self 10▕ { ➜ 11▕ return new self($exception); 12▕ } 13▕ 14▕ public static function outputTooLarge(int $bytes): self 15▕ {
+5 vendor frames 6 app/Console/Commands/read.php:48 Spatie\Async\Pool::wait()
+13 vendor frames 20 artisan:37 Illuminate\Foundation\Console\Kernel::handle()
Why is this happening?