File manager - Edit - /var/www/ratemypay/vendor/laravel/framework/src/Illuminate/Contracts/Database/ConcurrencyErrorDetector.php
Back
<?php namespace Illuminate\Contracts\Database; use Throwable; interface ConcurrencyErrorDetector { /** * Determine if the given exception was caused by a concurrency error such as a deadlock or serialization failure. * * @param \Throwable $e * @return bool */ public function causedByConcurrencyError(Throwable $e): bool; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings