You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Exception/AuthenticationKeyValueMalformedException.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
namespaceDrupal\apigee_edge\Exception;
4
4
5
-
useThrowable;
6
-
7
5
/**
8
6
* Defines an exception for when a key value is malformed.
9
7
*/
@@ -30,7 +28,7 @@ class AuthenticationKeyValueMalformedException extends AuthenticationKeyExceptio
30
28
* @param \Throwable|null $previous
31
29
* Previous exception.
32
30
*/
33
-
publicfunction__construct($problematic_field, $message = 'Apigee Edge API authentication key is malformed or not readable.', $code = 0, Throwable$previous = NULL) {
31
+
publicfunction__construct($problematic_field, $message = 'Apigee Edge API authentication key is malformed or not readable.', $code = 0, \Throwable$previous = NULL) {
0 commit comments