| .. rst-class:: phpdoctorst
.. role:: php(code)
	:language: php
PHPUnit\_AgileExceptionWrapper
==============================
.. php:namespace:: atk4\core
.. php:class:: PHPUnit_AgileExceptionWrapper
	.. rst-class:: phpdoc-description
	
		| Generic PHPUnit exception wrapper for ATK4 repos\.
		
	
	:Source:
		`vendor/atk4/core/src/PHPUnit_AgileExceptionWrapper.php#8 <https://github.com/atk4/core/blob/master/vendor/atk4/core/src/PHPUnit_AgileExceptionWrapper.php#L8>`_
	
	:Parent:
		:php:class:`PHPUnit\_Framework\_Exception`
	
Summary
-------
Methods
~~~~~~~
* :php:meth:`public \_\_construct\($message, $code, $previous\)<atk4\\core\\PHPUnit\_AgileExceptionWrapper::\_\_construct\(\)>`
Properties
----------
.. php:attr:: public static previous
	:Source:
		`vendor/atk4/core/src/PHPUnit_AgileExceptionWrapper.php#11 <https://github.com/atk4/core/blob/master/vendor/atk4/core/src/PHPUnit_AgileExceptionWrapper.php#L11>`_
	
	:Type: :any:`\\Exception <Exception>` Previous exception
Methods
-------
.. rst-class:: public
	.. php:method:: public __construct( $message="", $code=0, $previous=null)
	
		.. rst-class:: phpdoc-description
		
			| Constructor\.
			
		
		:Source:
			`vendor/atk4/core/src/PHPUnit_AgileExceptionWrapper.php#20 <https://github.com/atk4/core/blob/master/vendor/atk4/core/src/PHPUnit_AgileExceptionWrapper.php#L20>`_
		
		
		:Parameters:
			* **$message** (string)  
			* **$code** (int)  
			* **$previous** (:any:`Exception <Exception>`)  
		
	
	
 |