public function FrameNotFound::getName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\ExceptionCode
public function getName() {
//TODO: check stuff here
return current(reset($this->response["args"]));
}