You are here

public function InvalidSelector::message in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Exception

Code

public function message() {
  return "The browser raised a syntax error while trying to evaluate" . $this
    ->getMethod() . " selector " . $this
    ->getSelector();
}