public function ElementException::getElement in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Exception/ElementException.php \Behat\Mink\Exception\ElementException::getElement()
Get the element that caused the exception.
Return value
File
- vendor/
behat/ mink/ src/ Exception/ ElementException.php, line 56
Class
- ElementException
- A standard way for elements to re-throw exceptions.
Namespace
Behat\Mink\ExceptionCode
public function getElement() {
return $this->element;
}