public function InvalidSelector::getSelector in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Exception/InvalidSelector.php \Zumba\GastonJS\Exception\InvalidSelector::getSelector()
Gets the selector related to the method
Return value
string
1 call to InvalidSelector::getSelector()
- InvalidSelector::message in vendor/
jcalderonzumba/ gastonjs/ src/ Exception/ InvalidSelector.php
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Exception/ InvalidSelector.php, line 22
Class
- InvalidSelector
- Class InvalidSelector @package Zumba\GastonJS\Exception
Namespace
Zumba\GastonJS\ExceptionCode
public function getSelector() {
return $this->response["error"]["args"][1];
}