Skip to content

Commit 2528a96

Browse files
author
Richard Hoogstad
committed
exception message correction
1 parent 4bc7a5d commit 2528a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dflydev/Pimple/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public function register(\Pimple $app)
256256

257257
$app['orm.cache.factory.filesystem'] = $app->protect(function() use ($app) {
258258
if (empty($app['orm.cache.path'])) {
259-
throw new \RuntimeException('FilesystemCache not defined');
259+
throw new \RuntimeException('FilesystemCache path not defined');
260260
}
261261
return new FilesystemCache($app['orm.cache.path']);
262262
});

0 commit comments

Comments
 (0)