You are here

public function InvalidSelector::getSelector 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::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\Exception

Code

public function getSelector() {
  return $this->response["error"]["args"][1];
}