PHP 8.3.31
Preview: ScheduledTaskFailed.php Size: 694 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Console/Events/ScheduledTaskFailed.php

<?php

namespace Illuminate\Console\Events;

use Illuminate\Console\Scheduling\Event;
use Throwable;

class ScheduledTaskFailed
{
    /**
     * The scheduled event that failed.
     *
     * @var \Illuminate\Console\Scheduling\Event
     */
    public $task;

    /**
     * The exception that was thrown.
     *
     * @var \Throwable
     */
    public $exception;

    /**
     * Create a new event instance.
     *
     * @param  \Illuminate\Console\Scheduling\Event  $task
     * @param  \Throwable  $exception
     * @return void
     */
    public function __construct(Event $task, Throwable $exception)
    {
        $this->task = $task;
        $this->exception = $exception;
    }
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
426 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
1.17 KB lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
1.00 KB lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
481 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
694 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
653 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
471 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
472 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).