public static function couldNotLoadTheme(string $themeName, string $dir): self
10
{
11
return new self(sprintf('Could not find theme "%s". Could not find file %s/config.yml, and could not find an entry in the container whose name is %s', $themeName, $dir, $themeName));