File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Events
Upload
[..]
BatchCanceled.php (441 B)
Edit
Rename
Del
BatchDispatched.php (295 B)
Edit
Rename
Del
BatchFinished.php (293 B)
Edit
Rename
Del
BatchStarted.php (292 B)
Edit
Rename
Del
Edit: BatchCanceled.php
<?php namespace Illuminate\Bus\Events; use Illuminate\Bus\Batch; use Throwable; class BatchCanceled { /** * Create a new event instance. * * @param \Illuminate\Bus\Batch $batch The batch instance. * @param \Throwable|null $exception The exception that caused the cancellation. */ public function __construct( public Batch $batch, public ?Throwable $exception = null, ) { } }
Simpan