summaryrefslogtreecommitdiff
path: root/vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php')
-rw-r--r--vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php b/vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php
new file mode 100644
index 000000000..e95bf5d82
--- /dev/null
+++ b/vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php
@@ -0,0 +1,14 @@
+<?php
+
+namespace Http\Discovery\Exception;
+
+use Http\Discovery\Exception;
+
+/**
+ * Thrown when a class fails to instantiate.
+ *
+ * @author Tobias Nyholm <[email protected]>
+ */
+final class ClassInstantiationFailedException extends \RuntimeException implements Exception
+{
+}