Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Contracts/Database/LostConnectionDetector.php
Строк: 20
<?php

namespace IlluminateContractsDatabase;

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;
}
Онлайн: 1
Реклама