PHP PHPUnit_Framework_ExceptionWrapper - 2 examples found. These are the top rated real world PHP examples of PHPUnit_Framework_ExceptionWrapper from package phpunit extracted from open source projects. You can rate examples to help us improve the quality of examples.
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.