PHP Class Behat\Testwork\Call\Handler\Exception\MethodNotFoundHandler

See also: ExceptionHandler
Author: Konstantin Kudryashov ([email protected])
Inheritance: implements Behat\Testwork\Call\Handler\ExceptionHandler
Datei anzeigen Open project: behat/behat

Public Methods

Method Description
handleException ( $exception )
handleNonExistentMethod ( array $callable ) Override to handle non-existent method.
supportsException ( $exception )

Private Methods

Method Description
extractNonExistentCallable ( Error $exception ) : null | array Extract callable from exception.

Method Details

handleException() final public method

final public handleException ( $exception )

handleNonExistentMethod() abstract public method

Override to handle non-existent method.
abstract public handleNonExistentMethod ( array $callable )
$callable array

supportsException() final public method

final public supportsException ( $exception )