Browse code

added appinfo/info.xml appinfo/signature.json CHANGELOG.txt lib/AppInfo/Application.php css/style.css providers/Plivo

DoubleBastionAdmin authored on 05/11/2025 13:35:09
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
+
5
+namespace GuzzleHttp\Psr7\Exception;
6
+
7
+use InvalidArgumentException;
8
+
9
+/**
10
+ * Exception thrown if a URI cannot be parsed because it's malformed.
11
+ */
12
+class MalformedUriException extends InvalidArgumentException
13
+{
14
+}