aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/uri/lib/InvalidUriException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sabre/uri/lib/InvalidUriException.php')
-rw-r--r--vendor/sabre/uri/lib/InvalidUriException.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/sabre/uri/lib/InvalidUriException.php b/vendor/sabre/uri/lib/InvalidUriException.php
new file mode 100644
index 000000000..0385fd462
--- /dev/null
+++ b/vendor/sabre/uri/lib/InvalidUriException.php
@@ -0,0 +1,17 @@
+<?php
+
+namespace Sabre\Uri;
+
+/**
+ * Invalid Uri
+ *
+ * This is thrown when an attempt was made to use Sabre\Uri parse a uri that
+ * it could not.
+ *
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
+ * @author Evert Pot (https://evertpot.com/)
+ * @license http://sabre.io/license/
+ */
+class InvalidUriException extends \Exception {
+
+}