File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Cache/Events
Upload
[..]
CacheFailedOver.php (414 B)
Edit
Rename
Del
CacheFlushFailed.php (765 B)
Edit
Rename
Del
CacheFlushed.php (761 B)
Edit
Rename
Del
KeyWritten.php (736 B)
Edit
Rename
Del
WritingManyKeys.php (886 B)
Edit
Rename
Del
Edit: CacheFailedOver.php
<?php namespace Illuminate\Cache\Events; use Throwable; class CacheFailedOver { /** * Create a new event instance. * * @param string|null $storeName The name of the cache store that failed. * @param \Throwable $exception The exception that was thrown. */ public function __construct( public ?string $storeName, public Throwable $exception, ) { } }
Simpan