diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-06-21 14:13:41 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-06-21 14:13:41 -0700 |
commit | a491348d442ab8e6cd2fa403d4365cdad78e52ce (patch) | |
tree | a00f575d82afb2c9051bad95398b4250f4a3d44d /vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php | |
parent | c73ac5f1f818b6b21083f6785b4b2f6d778a6496 (diff) |
Vendoring deprecated composer libs
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, 0 insertions, 15 deletions
diff --git a/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php b/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php deleted file mode 100644 index 6237256a..00000000 --- a/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -namespace JsonRPC\Exception; - -use Exception; - -/** - * Class AuthenticationFailureException - * - * @package JsonRPC\Exception - * @author Frederic Guillot - */ -class AuthenticationFailureException extends Exception -{ -} |