diff options
Diffstat (limited to 'src/Exceptions/MissingApiParameterException.php')
-rw-r--r-- | src/Exceptions/MissingApiParameterException.php | 7 |
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 |