aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/http/lib/ClientException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sabre/http/lib/ClientException.php')
-rw-r--r--vendor/sabre/http/lib/ClientException.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/sabre/http/lib/ClientException.php b/vendor/sabre/http/lib/ClientException.php
new file mode 100644
index 000000000..69631f44e
--- /dev/null
+++ b/vendor/sabre/http/lib/ClientException.php
@@ -0,0 +1,15 @@
+<?php
+
+namespace Sabre\HTTP;
+
+/**
+ * This exception may be emitted by the HTTP\Client class, in case there was a
+ * problem emitting the request.
+ *
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
+ * @author Evert Pot (http://evertpot.com/)
+ * @license http://sabre.io/license/ Modified BSD License
+ */
+class ClientException extends \Exception {
+
+}