Skip to content

Commit 1e0a515

Browse files
committed
make exception message more precise
1 parent 07ba408 commit 1e0a515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/MissingHostException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static function missingHost($path)
2727
$msg = sprintf(
2828
'Path "%s" cannot be invalidated without a host. '
2929
. 'Either invalidate full URLs containing hostnames instead of paths '
30-
. 'or configure the caching proxy class with a hostname.',
30+
. 'or configure the caching proxy class with a hostname in the base path.',
3131
$path
3232
);
3333

0 commit comments

Comments
 (0)