PHP » GoLang |
login |
register |
about
|
GoLang Exception::getPrevious
request it (322)
GoLang replacement for PHP's Exception::getPrevious
[edit | history]
Exception::getPrevious(PHP 5 >= 5.3.0, PHP 7) Exception::getPrevious — Returns previous Exception DescriptionReturns previous exception (the third parameter of Exception::__construct()). ParametersThis function has no parameters. Return Values
Returns the previous Throwable if available
or Examples
Example #1 Exception::getPrevious() example Looping over, and printing out, exception trace.
<?php The above example will output something similar to: /home/bjori/ex.php:8 Something happened (911) [MyCustomException] /home/bjori/ex.php:6 You are doing it wrong! (112) [InvalidArgumentException] |
more
Recently updated
more
Most requested
|