Throwable::getPrevious

(PHP 7)

Throwable::getPreviousReturns the previous Throwable

Açıklama

abstract public Throwable::getPrevious ( void ) : Throwable

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns the previous Throwable if available, or NULL otherwise.

Ayrıca Bakınız