File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Contracts/Database
Upload
[..]
Eloquent/
Rename
Del
Events/
Rename
Del
LostConnectionDetector.php (312 B)
Edit
Rename
Del
Query/
Rename
Del
Edit: LostConnectionDetector.php
<?php namespace Illuminate\Contracts\Database; use Throwable; interface LostConnectionDetector { /** * Determine if the given exception was caused by a lost connection. * * @param \Throwable $e * @return bool */ public function causedByLostConnection(Throwable $e): bool; }
Simpan