class ActualValueIsNotAnObjectException
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- class \PHPUnit\Framework\Exception extends \RuntimeException implements \PHPUnit\Exception
- class \PHPUnit\Framework\ActualValueIsNotAnObjectException extends \PHPUnit\Framework\Exception
Expanded class hierarchy of ActualValueIsNotAnObjectException
1 file declares its use of ActualValueIsNotAnObjectException
- ObjectEquals.php in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Object/ ObjectEquals.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ Exception/ ObjectEquals/ ActualValueIsNotAnObjectException.php, line 17
Namespace
PHPUnit\FrameworkView source
final class ActualValueIsNotAnObjectException extends Exception {
public function __construct() {
parent::__construct('Actual value is not an object');
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
ActualValueIsNotAnObjectException::__construct | public | function | Overrides Exception::__construct | |
Exception::$serializableTrace | protected | property | ||
Exception::getSerializableTrace | public | function | Returns the serializable trace (without 'args'). | |
Exception::__sleep | public | function |