- RuntimeException
- \PHPUnit_Framework_Exception
- \PHPUnit_Framework_Error
- \PHPUnit_Framework_Error_Deprecated
- \PHPUnit_Framework_Error
- \PHPUnit_Framework_Exception
class (none) \ PHPUnit_Framework_Error_Deprecated
- All implemented interfaces:
- PHPUnit_Exception
Wrapper for PHP deprecated errors. You can disable deprecated-to-exception conversion by setting
PHPUnit_Framework_Error_Deprecated::$enabled = false;
- See Also:
- http://fabien.potencier.org/article/9/php-serialization-stack-traces-and-exceptions
Method Summary
Name | Description |
---|
Inherited Method Summary
Name | Description |
---|---|
__construct($message, $code, $file, $line, Exception $previous = null) | Constructor. (from PHPUnit_Framework_Error) |
__sleep() | (from PHPUnit_Framework_Exception) |
__toString() | (from PHPUnit_Framework_Exception) |
getSerializableTrace() | Returns the serializable trace (without 'args'). (from PHPUnit_Framework_Exception) |