You are here

public function BrowserError::getName in Zircon Profile 8

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

Code

public function getName() {
  return $this->response["error"]["name"];
}