platform/api/laravel/Database/DetectsLostConnections.yaml

27 lines
485 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: DetectsLostConnections
class_comment: null
dependencies:
- name: Str
type: class
source: Illuminate\Support\Str
- name: Throwable
type: class
source: Throwable
properties: []
methods:
- name: causedByLostConnection
visibility: protected
parameters:
- name: e
comment: '# * Determine if the given exception was caused by a lost connection.
# *
# * @param \Throwable $e
# * @return bool'
traits:
- Illuminate\Support\Str
- Throwable
interfaces: []