public function MouseEventFailed::getName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Exception/MouseEventFailed.php \Zumba\GastonJS\Exception\MouseEventFailed::getName()
Gets the name of the event
Return value
string
1 call to MouseEventFailed::getName()
- MouseEventFailed::message in vendor/
jcalderonzumba/ gastonjs/ src/ Exception/ MouseEventFailed.php
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Exception/ MouseEventFailed.php, line 15
Class
- MouseEventFailed
- Class MouseEventFailed @package Zumba\GastonJS\Exception
Namespace
Zumba\GastonJS\ExceptionCode
public function getName() {
return $this->response["args"][0];
}