(PHP 7)
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.