Behat


Behat\Behat\Exception\UndefinedException
Behat/Behat/Exception/UndefinedException.php at line 18

Class UndefinedException

\Exception
└─Exception
└─BehaviorException
└─UndefinedException

public class UndefinedException
extends BehaviorException

Undefined exception.

Author:
Konstantin Kudryashov

Constructor Summary
void

__construct(string text)

Initialize undefined exception.

Constructor Detail

Behat/Behat/Exception/UndefinedException.php at line 27

__construct

public void __construct(string text)

Initialize undefined exception.

Parameters:
text - step text

Behat