$exception
$exception : \Throwable
$frames : \Whoops\Exception\FrameCollection
$previousExceptionInspector : \Whoops\Exception\Inspector
getPreviousExceptionInspector() : \Whoops\Exception\Inspector
Returns an Inspector for a previous Exception, if any.
getFrames() : \Whoops\Exception\FrameCollection
Returns an iterator for the inspected exception's frames.
getFrameFromError(\Whoops\Exception\ErrorException $exception) : array
Given an error, generates an array in the format generated by ErrorException
\Whoops\Exception\ErrorException | $exception |