Back to ErrorEvent class

Method getError

public \Throwable
getError
()
Get the event's error object
Returns
  • \Throwable
Since
  • 4.0.0
Class: ErrorEvent
Project: Joomla

Method getError - Source code

/**
 * Get the event's error object
 *
 * @return  \Throwable
 *
 * @since   4.0.0
 */
public function getError() : \Throwable
{
    return $this->getArgument('subject');
}