You are here

public function ClientError::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/jcalderonzumba/gastonjs/src/Exception/ClientError.php \Zumba\GastonJS\Exception\ClientError::__construct()

Parameters

mixed $response:

4 calls to ClientError::__construct()
BrowserError::__construct in vendor/jcalderonzumba/gastonjs/src/Exception/BrowserError.php
JavascriptError::__construct in vendor/jcalderonzumba/gastonjs/src/Exception/JavascriptError.php
NodeError::__construct in vendor/jcalderonzumba/gastonjs/src/Exception/NodeError.php
ObsoleteNode::__construct in vendor/jcalderonzumba/gastonjs/src/Exception/ObsoleteNode.php
4 methods override ClientError::__construct()
BrowserError::__construct in vendor/jcalderonzumba/gastonjs/src/Exception/BrowserError.php
JavascriptError::__construct in vendor/jcalderonzumba/gastonjs/src/Exception/JavascriptError.php
NodeError::__construct in vendor/jcalderonzumba/gastonjs/src/Exception/NodeError.php
ObsoleteNode::__construct in vendor/jcalderonzumba/gastonjs/src/Exception/ObsoleteNode.php

File

vendor/jcalderonzumba/gastonjs/src/Exception/ClientError.php, line 17

Class

ClientError
Class ClientError @package Zumba\GastonJS\Exception

Namespace

Zumba\GastonJS\Exception

Code

public function __construct($response) {
  $this->response = $response;
}