PHP Interface Behat\Testwork\Call\Handler\ExceptionHandler

See also: CallCenter
Author: Konstantin Kudryashov ([email protected])
Afficher le fichier Open project: behat/behat

Méthodes publiques

Méthode Description
handleException ( Throwable $exception ) : Throwable Handles exception and returns new one if necessary.
supportsException ( Throwable $exception ) : boolean Checks if handler supports exception.

Method Details

handleException() public méthode

Handles exception and returns new one if necessary.
public handleException ( Throwable $exception ) : Throwable
$exception Throwable
Résultat Throwable

supportsException() public méthode

Checks if handler supports exception.
public supportsException ( Throwable $exception ) : boolean
$exception Throwable
Résultat boolean