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 dac2ea6 commit a8d5d07Copy full SHA for a8d5d07
src/Application/LinkGenerator.php
@@ -52,7 +52,7 @@ public function link(string $dest, array $params = []): string
52
try {
53
$class = $this->presenterFactory ? $this->presenterFactory->getPresenterClass($presenter) : NULL;
54
} catch (InvalidPresenterException $e) {
55
- throw new UI\InvalidLinkException($e->getMessage(), NULL, $e);
+ throw new UI\InvalidLinkException($e->getMessage(), 0, $e);
56
}
57
58
if (is_subclass_of($class, UI\Presenter::class)) {
0 commit comments