Lggr
Public Member Functions | Protected Attributes | List of all members
PHPUnit\Framework\ExceptionWrapper Class Reference
Inheritance diagram for PHPUnit\Framework\ExceptionWrapper:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Framework\ExceptionWrapper:
Collaboration graph
[legend]

Public Member Functions

 __construct (Throwable $t)
 
 getClassName ()
 
 getPreviousWrapped ()
 
 __toString ()
 
- Public Member Functions inherited from PHPUnit\Framework\Exception
 __construct ($message='', $code=0, \Exception $previous=null)
 
 getSerializableTrace ()
 
 __sleep ()
 

Protected Attributes

 $className
 
 $previous
 
- Protected Attributes inherited from PHPUnit\Framework\Exception
 $serializableTrace
 

Detailed Description

Wraps Exceptions thrown by code under test.

Re-instantiates Exceptions thrown by user-space code to retain their original class names, properties, and stack traces (but without arguments).

Unlike PHPUnit\Framework_\Exception, the complete stack of previous Exceptions is processed.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\ExceptionWrapper::__construct ( Throwable  $t)
Parameters
Throwable$t

Member Function Documentation

◆ __toString()

PHPUnit\Framework\ExceptionWrapper::__toString ( )
Returns
string

Reimplemented from PHPUnit\Framework\Exception.

◆ getClassName()

PHPUnit\Framework\ExceptionWrapper::getClassName ( )
Returns
string

◆ getPreviousWrapped()

PHPUnit\Framework\ExceptionWrapper::getPreviousWrapped ( )

The documentation for this class was generated from the following file: