diff options
Diffstat (limited to 'vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php')
-rw-r--r-- | vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php b/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php new file mode 100644 index 00000000..6237256a --- /dev/null +++ b/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php @@ -0,0 +1,15 @@ +<?php + +namespace JsonRPC\Exception; + +use Exception; + +/** + * Class AuthenticationFailureException + * + * @package JsonRPC\Exception + * @author Frederic Guillot + */ +class AuthenticationFailureException extends Exception +{ +} |