Throwable
PHP Manual

Throwable::getPrevious

(PHP 7)

Throwable::getPreviousReturns the previous Throwable

Beschreibung

abstract public Throwable Throwable::getPrevious ( void )

Returns any previous Throwable (for example, one provided as the third parameter to Exception::__construct()).

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the previous Throwable if available, or NULL otherwise.

Siehe auch


Throwable
PHP Manual