(PHP 7)
Returns the previous Throwable
abstract public Throwable Throwable::getPrevious ( void )
Returns any previous Throwable (for example, one provided as the third parameter to Exception::__construct()).
Returns:
Returns the previous Throwable if available, or NULL otherwise.
See also:
Exception::getPrevious