PHPUnit_AgileExceptionWrapper

class atk4\core\PHPUnit_AgileExceptionWrapper
Generic PHPUnit exception wrapper for ATK4 repos.
Source:vendor/atk4/core/src/PHPUnit_AgileExceptionWrapper.php#8
Parent:PHPUnit_Framework_Exception

Properties

public static property atk4\core\PHPUnit_AgileExceptionWrapper::$previous
Source:vendor/atk4/core/src/PHPUnit_AgileExceptionWrapper.php#11
Type:\Exception Previous exception

Methods

public atk4\core\PHPUnit_AgileExceptionWrapper::__construct($message="", $code=0, $previous=null)
Constructor.
Source:

vendor/atk4/core/src/PHPUnit_AgileExceptionWrapper.php#20

Parameters:
  • $message (string)
  • $code (int)
  • $previous (Exception)