(PHP 7, PHP 8)
Throwable::getPrevious — Returns the previous Throwable
Returns any previous Throwable (for example, one provided as the third parameter to Exception::__construct()).
У цієї функції немає параметрів.
Returns the previous Throwable if available, or null otherwise.
null