public function InvalidSelector::message in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Exception/InvalidSelector.php \Zumba\GastonJS\Exception\InvalidSelector::message()
Return value
string
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Exception/ InvalidSelector.php, line 29
Class
- InvalidSelector
- Class InvalidSelector @package Zumba\GastonJS\Exception
Namespace
Zumba\GastonJS\ExceptionCode
public function message() {
return "The browser raised a syntax error while trying to evaluate" . $this
->getMethod() . " selector " . $this
->getSelector();
}