class SoapExtensionNotAvailableException
@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\MockObject\Generator\SoapExtensionNotAvailableException extends \PHPUnit\Framework\Exception implements \PHPUnit\Framework\MockObject\Generator\Exception
Expanded class hierarchy of SoapExtensionNotAvailableException
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Generator/ Exception/ SoapExtensionNotAvailableException.php, line 17
Namespace
PHPUnit\Framework\MockObject\GeneratorView source
final class SoapExtensionNotAvailableException extends \PHPUnit\Framework\Exception implements Exception {
public function __construct() {
parent::__construct('The SOAP extension is required to generate a test double from WSDL');
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
Exception::$serializableTrace | protected | property | ||
Exception::getSerializableTrace | public | function | Returns the serializable trace (without 'args'). | |
Exception::__sleep | public | function | ||
SoapExtensionNotAvailableException::__construct | public | function | Overrides Exception::__construct |