(PHP 7)
Throwable::getPrevious — Returns the previous Throwable
Returns any previous Throwable (for example, one provided as the third parameter to Exception::__construct()).
This function has no parameters.
Returns the previous Throwable if available, or
NULL
otherwise.