summaryrefslogtreecommitdiff
path: root/bin/reevotech/vendor/psr/log/Psr/Log/InvalidArgumentException.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reevotech/vendor/psr/log/Psr/Log/InvalidArgumentException.php')
-rw-r--r--bin/reevotech/vendor/psr/log/Psr/Log/InvalidArgumentException.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/reevotech/vendor/psr/log/Psr/Log/InvalidArgumentException.php b/bin/reevotech/vendor/psr/log/Psr/Log/InvalidArgumentException.php
new file mode 100644
index 00000000..67f852d1
--- /dev/null
+++ b/bin/reevotech/vendor/psr/log/Psr/Log/InvalidArgumentException.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace Psr\Log;
+
+class InvalidArgumentException extends \InvalidArgumentException
+{
+}