summaryrefslogtreecommitdiffstats
path: root/src/Exceptions/MissingApiParameterException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exceptions/MissingApiParameterException.php')
-rw-r--r--src/Exceptions/MissingApiParameterException.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Exceptions/MissingApiParameterException.php b/src/Exceptions/MissingApiParameterException.php
new file mode 100644
index 0000000..39db939
--- /dev/null
+++ b/src/Exceptions/MissingApiParameterException.php
@@ -0,0 +1,7 @@
+<?php
+namespace BjoernrDe\SSLLabsApi\Exceptions;
+
+class MissingApiParameterException extends \Exception
+{
+
+} \ No newline at end of file