Home
last modified time | relevance | path

Searched refs:fromError (Results 1 – 2 of 2) sorted by relevance

/plugin/sentry/action/
H A Derrors.php133 $event = Event::fromError($error);
182 $event = Event::fromError($error);
/plugin/sentry/
H A DEvent.php417 public static function fromError($error) function in dokuwiki\\plugin\\sentry\\Event