We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18887de + 295a8a0 commit 3f4bef9Copy full SHA for 3f4bef9
src/Symfony/XmlServiceMapFactory.php
@@ -26,12 +26,12 @@ public function create(): ServiceMap
26
27
$fileContents = file_get_contents($this->containerXml);
28
if ($fileContents === false) {
29
- throw new XmlContainerNotExistsException(sprintf('Container %s does not exist or cannot be parsed', $this->containerXml));
+ throw new XmlContainerNotExistsException(sprintf('Container %s does not exist', $this->containerXml));
30
}
31
32
$xml = @simplexml_load_string($fileContents);
33
if ($xml === false) {
34
+ throw new XmlContainerNotExistsException(sprintf('Container %s cannot be parsed', $this->containerXml));
35
36
37
/** @var \PHPStan\Symfony\Service[] $services */
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments