PHPUnit7_AgileExceptionWrapper

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

Properties

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

Methods

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

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

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