We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f48aa commit 74ce681Copy full SHA for 74ce681
src/lib/Exception/NoValidLocationsException.php
@@ -18,6 +18,7 @@ class NoValidLocationsException extends Exception
18
public function __construct(Content $content)
19
{
20
parent::__construct("No valid location could be determined for content #{$content->id}");
21
+
22
$this->content = $content;
23
}
24
0 commit comments