diff options
author | Björn Roland <bjoern.roland@intradesys.com> | 2015-11-18 00:01:35 +0100 |
---|---|---|
committer | Björn Roland <bjoern.roland@intradesys.com> | 2015-11-18 00:01:35 +0100 |
commit | 1c880fae48099471dc6a2155c205b8d539e3a31b (patch) | |
tree | fed41010343287cb4b0271768f8c651fe1685ee1 /src/Exceptions/InvalidScopeException.php | |
parent | 325a9e3e422215e9df3c7887a894a22f6594a368 (diff) | |
download | php-ssllabs-api-1c880fae48099471dc6a2155c205b8d539e3a31b.zip php-ssllabs-api-1c880fae48099471dc6a2155c205b8d539e3a31b.tar.gz php-ssllabs-api-1c880fae48099471dc6a2155c205b8d539e3a31b.tar.bz2 |
Composer support ; started response object to PHP object mapping, Exceptions, Calls
Diffstat (limited to 'src/Exceptions/InvalidScopeException.php')
-rw-r--r-- | src/Exceptions/InvalidScopeException.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Exceptions/InvalidScopeException.php b/src/Exceptions/InvalidScopeException.php new file mode 100644 index 0000000..15d0ab9 --- /dev/null +++ b/src/Exceptions/InvalidScopeException.php @@ -0,0 +1,7 @@ +<?php +namespace BjoernrDe\SSLLabsApi\Exceptions; + +class InvalidScopeException extends \Exception +{ + +}
\ No newline at end of file |