PHP Trait Facile\DoctrineMySQLComeBack\Doctrine\DBAL\Driver\ServerGoneAwayExceptionsAwareTrait

Show file Open project: facile-it/doctrine-mysql-come-back

Protected Properties

Property Type Description
$goneAwayExceptions array
$goneAwayInUpdateExceptions array

Public Methods

Method Description
isGoneAwayException ( Exception $exception ) : boolean
isGoneAwayInUpdateException ( Exception $exception ) : boolean

Method Details

isGoneAwayException() public method

public isGoneAwayException ( Exception $exception ) : boolean
$exception Exception
return boolean

isGoneAwayInUpdateException() public method

public isGoneAwayInUpdateException ( Exception $exception ) : boolean
$exception Exception
return boolean

Property Details

$goneAwayExceptions protected property

protected array $goneAwayExceptions
return array

$goneAwayInUpdateExceptions protected property

protected array $goneAwayInUpdateExceptions
return array