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 ab108c1 commit 4bb85ceCopy full SHA for 4bb85ce
app/RemoteSite/WebserviceEndpoint.php
@@ -51,6 +51,8 @@ public function getResponseClass(): string
51
case self::notificationFailed->name:
52
return Notification::class;
53
}
54
+
55
+ throw new \ValueError("No response defined");
56
57
58
public function getUrl(): string
0 commit comments