32 $this->
class = get_class($original);
33 $msg = $original->getMessage();
34 $code = $original->getCode();
41 parent::__construct($msg,
$code);
getClass()
Retrieve the class of this exception.
initBacktrace(Exception $exception)
Load the backtrace from the given exception.
__construct(Exception $original)
Create a serializable exception representing an unserializable exception.