You are here

public function BrowserError::message 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::message()

Returns error message TODO: check how to proper implement if we have exceptions

Return value

string

1 call to BrowserError::message()
BrowserError::__construct in vendor/jcalderonzumba/gastonjs/src/Exception/BrowserError.php

File

vendor/jcalderonzumba/gastonjs/src/Exception/BrowserError.php, line 41

Class

BrowserError
Class BrowserError @package Zumba\GastonJS\Exception

Namespace

Zumba\GastonJS\Exception

Code

public function message() {
  return "There was an error inside the PhantomJS portion of GastonJS.\nThis is probably a bug, so please report it:\n" . $this
    ->javascriptError();
}