public static function couldNotLoadBlock(string $blockName): self
10
{
11
return new self(sprintf('Could not find block with ID "%s". Block file with ID %s does not exist, and could not find an entry in the container whose name is %s', $blockName, $blockName, $blockName));