namespace Behat\Mink\Exception
Object name | File name | Summary |
---|---|---|
DriverException | vendor/behat/mink/src/Exception/DriverException.php | Exception thrown by drivers when they fail to perform an action. |
ElementException | vendor/behat/mink/src/Exception/ElementException.php | A standard way for elements to re-throw exceptions. |
ElementHtmlException | vendor/behat/mink/src/Exception/ElementHtmlException.php | Exception thrown when an expectation on the HTML of an element fails. |
ElementNotFoundException | vendor/behat/mink/src/Exception/ElementNotFoundException.php | Exception thrown when an expected element is not found. |
ElementTextException | vendor/behat/mink/src/Exception/ElementTextException.php | Exception thrown when an expectation on the text of an element fails. |
Exception | vendor/behat/mink/src/Exception/Exception.php | Mink base exception class. |
ExpectationException | vendor/behat/mink/src/Exception/ExpectationException.php | Exception thrown for failed expectations. |
ResponseTextException | vendor/behat/mink/src/Exception/ResponseTextException.php | Exception thrown when an expectation on the response text fails. |
UnsupportedDriverActionException | vendor/behat/mink/src/Exception/UnsupportedDriverActionException.php | Exception thrown by drivers when they don't support the requested action. |