renderPreviousExceptions() public method
Renders the previous exception stack for a given Exception.
| public string renderPreviousExceptions ( $exception ) | ||
|---|---|---|
| $exception | Exception |
The exception whose precursors should be rendered. |
| return | string |
HTML content of the rendered previous exceptions. Empty string if there are none. |
Please login to continue.