update : 2015.11.03
php.shukuma.com검색:
|
Exception::getPrevious(PHP 5 >= 5.3.0) Exception::getPrevious — Returns previous Exception 설명Returns previous Exception (the third parameter of Exception::__construct()). 인수이 함수는 인수가 없습니다. 반환값
Returns the previous Exception if available
or 예제
Example #1 Exception::getPrevious() example Looping over, and printing out, exception trace.
<?php 위 예제의 출력 예시: /home/bjori/ex.php:8 Something happened (911) [MyCustomException] /home/bjori/ex.php:6 You are doing it wrong! (112) [InvalidArgumentException] |