You are here

public function FrameNotFound::getName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/jcalderonzumba/gastonjs/src/Exception/FrameNotFound.php \Zumba\GastonJS\Exception\FrameNotFound::getName()

Return value

string

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

File

vendor/jcalderonzumba/gastonjs/src/Exception/FrameNotFound.php, line 14

Class

FrameNotFound
Class FrameNotFound @package Zumba\GastonJS\Exception

Namespace

Zumba\GastonJS\Exception

Code

public function getName() {

  //TODO: check stuff here
  return current(reset($this->response["args"]));
}