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 c643159 commit a01753eCopy full SHA for a01753e
solid/lib/Notifications/SolidPubSub.php
@@ -23,7 +23,7 @@ public function send($path, $type) {
23
try {
24
$client->send("pub $path\n");
25
} catch (\WebSocket\Exception $exception) {
26
- throw new Exception('Could not write to pubsub server', 502, $exception);
+ throw new \Exception('Could not write to pubsub server', 502, $exception);
27
}
28
29
0 commit comments