- RuntimeException
- \PHPUnit_Framework_Exception
- \PHPUnit_Framework_Error
- \PHPUnit_Framework_Error_Warning
 
 
 - \PHPUnit_Framework_Error
 
 - \PHPUnit_Framework_Exception
 
class (none) \ PHPUnit_Framework_Error_Warning
- All implemented interfaces:
 - PHPUnit_Exception
 
Wrapper for PHP warnings. You can disable notice-to-exception conversion by setting
 PHPUnit_Framework_Error_Warning::$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) |