public function BrowserError::getName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Exception/BrowserError.php \Zumba\GastonJS\Exception\BrowserError::getName()
Gets the name of the browser error
Return value
string
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Exception/ BrowserError.php, line 24
Class
- BrowserError
- Class BrowserError @package Zumba\GastonJS\Exception
Namespace
Zumba\GastonJS\ExceptionCode
public function getName() {
return $this->response["error"]["name"];
}