|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for Whoops\Exception\Inspector:Public Member Functions | |
| __construct (Exception $exception) | |
| getException () | |
| getExceptionName () | |
| getExceptionMessage () | |
| hasPreviousException () | |
| Does the wrapped Exception has a previous Exception? More... | |
| getPreviousExceptionInspector () | |
| Returns an Inspector for a previous Exception, if any. More... | |
| getFrames () | |
| Returns an iterator for the inspected exception's frames. More... | |
Protected Member Functions | |
| getFrameFromException (Exception $exception) | |
| Given an exception, generates an array in the format generated by Exception::getTrace() More... | |
| getFrameFromError (ErrorException $exception) | |
| Given an error, generates an array in the format generated by ErrorException. More... | |
Private Attributes | |
| $exception | |
| $frames | |
| $previousExceptionInspector | |
Definition at line 11 of file Inspector.php.
| Whoops\Exception\Inspector::__construct | ( | Exception | $exception | ) |
| Exception | $exception | The exception to inspect |
Definition at line 31 of file Inspector.php.
References Whoops\Exception\Inspector\$exception.
| Whoops\Exception\Inspector::getException | ( | ) |
Definition at line 39 of file Inspector.php.
References Whoops\Exception\Inspector\$exception.
Referenced by Whoops\Exception\Formatter\formatExceptionPlain().
Here is the caller graph for this function:| Whoops\Exception\Inspector::getExceptionMessage | ( | ) |
Definition at line 55 of file Inspector.php.
| Whoops\Exception\Inspector::getExceptionName | ( | ) |
Definition at line 47 of file Inspector.php.
Referenced by Whoops\Exception\Formatter\formatExceptionPlain().
Here is the caller graph for this function:
|
protected |
Given an error, generates an array in the format generated by ErrorException.
| ErrorException | $exception |
Definition at line 152 of file Inspector.php.
References Whoops\Exception\Inspector\$exception.
Referenced by Whoops\Exception\Inspector\getFrames().
Here is the caller graph for this function:
|
protected |
Given an exception, generates an array in the format generated by Exception::getTrace()
| Exception | $exception |
Definition at line 134 of file Inspector.php.
References Whoops\Exception\Inspector\$exception.
Referenced by Whoops\Exception\Inspector\getFrames().
Here is the caller graph for this function:| Whoops\Exception\Inspector::getFrames | ( | ) |
Returns an iterator for the inspected exception's frames.
Definition at line 92 of file Inspector.php.
References Whoops\Exception\Inspector\$frames, Whoops\Exception\Inspector\getFrameFromError(), Whoops\Exception\Inspector\getFrameFromException(), and Whoops\Exception\Inspector\getPreviousExceptionInspector().
Referenced by Whoops\Exception\Formatter\formatExceptionPlain().
Here is the call graph for this function:
Here is the caller graph for this function:| Whoops\Exception\Inspector::getPreviousExceptionInspector | ( | ) |
Returns an Inspector for a previous Exception, if any.
Definition at line 74 of file Inspector.php.
References Whoops\Exception\Inspector\$previousExceptionInspector.
Referenced by Whoops\Exception\Inspector\getFrames().
Here is the caller graph for this function:| Whoops\Exception\Inspector::hasPreviousException | ( | ) |
Does the wrapped Exception has a previous Exception?
Definition at line 64 of file Inspector.php.
|
private |
Definition at line 16 of file Inspector.php.
Referenced by Whoops\Exception\Inspector\__construct(), Whoops\Exception\Inspector\getException(), Whoops\Exception\Inspector\getFrameFromError(), and Whoops\Exception\Inspector\getFrameFromException().
|
private |
Definition at line 21 of file Inspector.php.
Referenced by Whoops\Exception\Inspector\getFrames().
|
private |
Definition at line 26 of file Inspector.php.
Referenced by Whoops\Exception\Inspector\getPreviousExceptionInspector().