Skip to content

Commit dc7926c

Browse files
committed
Merge pull request #100 from jmleroux/PR1
Error message for FilePathCache configuration
2 parents e212257 + 1724363 commit dc7926c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AssetManager/Service/AssetCacheManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function setCache($path, AssetInterface $asset)
9696
'FilePathCache' => function($options) use ($path) {
9797
if (empty($options['dir'])) {
9898
throw new Exception\RuntimeException(
99-
'FilesystemCache expected dir entry.'
99+
'FilePathCache expected dir entry.'
100100
);
101101
}
102102
$dir = $options['dir'];

0 commit comments

Comments
 (0)