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