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 bb6496f commit 5348757Copy full SHA for 5348757
example.php
@@ -109,5 +109,5 @@
109
$update = $client->addUpdate($update);
110
echo "Updated ticket 123456. The new update's id is " . $update->id . '.';
111
} catch (Exception $e) {
112
- die('Unable to update ticket: ' . $e->getMessage();
+ die('Unable to update ticket: ' . $e->getMessage());
113
}
0 commit comments