/var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Database
NameSizeModeActions
Capsule/-0755rm
Concerns/-0755rm
Connectors/-0755rm
Console/-0755rm
DBAL/-0755rm
Eloquent/-0755rm
Events/-0755rm
Migrations/-0755rm
PDO/-0755rm
Query/-0755rm
Schema/-0755rm
ClassMorphViolationException.php5250644editdlrm
composer.json16630644editdlrm
ConfigurationUrlParser.php1920644editdlrm
Connection.php355960755editdlrm
ConnectionInterface.php38900755editdlrm
ConnectionResolver.php19130755editdlrm
ConnectionResolverInterface.php5750755editdlrm
DatabaseManager.php107600755editdlrm
DatabaseServiceProvider.php36710755editdlrm
DatabaseTransactionRecord.php13340755editdlrm
DatabaseTransactionsManager.php22200755editdlrm
DetectsConcurrencyErrors.php11140644editdlrm
DetectsLostConnections.php28230644editdlrm
Grammar.php53040755editdlrm
LazyLoadingViolationException.php7710644editdlrm
LICENSE.md10750644editdlrm
MigrationServiceProvider.php62000755editdlrm
MultipleRecordsFoundException.php1340755editdlrm
MySqlConnection.php25820755editdlrm
PostgresConnection.php30820755editdlrm
QueryException.php16310644editdlrm
README.md22080755editdlrm
RecordsNotFoundException.php1290755editdlrm
Seeder.php35830755editdlrm
SQLiteConnection.php33490755editdlrm
SqlServerConnection.php36460755editdlrm
Edit: /var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Database/DetectsLostConnections.php (2823B)
getMessage(); return Str::contains($message, [ 'server has gone away', 'no connection to the server', 'Lost connection', 'is dead or not enabled', 'Error while sending', 'decryption failed or bad record mac', 'server closed the connection unexpectedly', 'SSL connection has been closed unexpectedly', 'Error writing data to the connection', 'Resource deadlock avoided', 'Transaction() on null', 'child connection forced to terminate due to client_idle_limit', 'query_wait_timeout', 'reset by peer', 'Physical connection is not usable', 'TCP Provider: Error code 0x68', 'ORA-03114', 'Packets out of order. Expected', 'Adaptive Server connection failed', 'Communication link failure', 'connection is no longer usable', 'Login timeout expired', 'SQLSTATE[HY000] [2002] Connection refused', 'running with the --read-only option so it cannot execute this statement', 'The connection is broken and recovery is not possible. The connection is marked by the client driver as unrecoverable. No attempt was made to restore the connection.', 'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Try again', 'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known', 'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: EOF detected', 'SQLSTATE[HY000] [2002] Connection timed out', 'SSL: Connection timed out', 'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.', 'Temporary failure in name resolution', 'SSL: Broken pipe', 'SQLSTATE[08S01]: Communication link failure', 'SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host', 'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host', 'The client was disconnected by the server because of inactivity. See wait_timeout and interactive_timeout for configuring this behavior.', 'SQLSTATE[08006] [7] could not translate host name', 'TCP Provider: Error code 0x274C', ]); } }