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.
1 parent 56b10a1 commit 6e2f90bCopy full SHA for 6e2f90b
app/code/Magento/Cms/Block/BlockByIdentifier.php
@@ -106,7 +106,7 @@ private function filterOutput(string $content): string
106
* Loads the CMS block by `identifier` provided as an argument
107
*
108
* @return BlockInterface|BlockModel
109
- * @throws NoSuchEntityException
+ * @throws \InvalidArgumentException
110
*/
111
private function getCmsBlock(): BlockInterface
112
{
0 commit comments