class MatchBuilderNotFoundException
@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\MatchBuilderNotFoundException extends \PHPUnit\Framework\Exception implements \PHPUnit\Framework\MockObject\Exception
Expanded class hierarchy of MatchBuilderNotFoundException
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Exception/ MatchBuilderNotFoundException.php, line 19
Namespace
PHPUnit\Framework\MockObjectView source
final class MatchBuilderNotFoundException extends \PHPUnit\Framework\Exception implements Exception {
public function __construct(string $id) {
parent::__construct(sprintf('No builder found for match builder identification <%s>', $id));
}
}
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 | ||
MatchBuilderNotFoundException::__construct | public | function | Overrides Exception::__construct |