Throwable::getPrevious

(PHP 7)

Throwable::getPreviousReturns the previous Throwable

Descrierea

abstract public Throwable::getPrevious ( void ) : Throwable

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

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns the previous Throwable if available, or NULL otherwise.

A se vedea și