Skip to content

Commit 05eb116

Browse files
remove unused exception variables
1 parent 8f0a23c commit 05eb116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bref/bin/bref-local-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
try {
4545
$data = json_decode($json, true, 512, JSON_THROW_ON_ERROR);
46-
} catch (JsonException $e) {
46+
} catch (JsonException) {
4747
throw new Exception('The JSON provided for the event data is invalid JSON.');
4848
}
4949

0 commit comments

Comments
 (0)