/var/www/vhosts/ihelp.ro/httpdocs/vendor/psy/psysh/src/Readline/Hoa
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/psy/psysh/src/Readline/Hoa/Exception.php (2719B)
send();
return;
}
/**
* Sends the exception on `hoa://Event/Exception`.
*/
public function send()
{
Event::notify(
'hoa://Event/Exception',
$this,
new EventBucket($this)
);
}
}