You are here

public function MouseEventFailed::getName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 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\Exception

Code

public function getName() {
  return $this->response["args"][0];
}