diff options
author | Camil Staps | 2015-05-07 15:32:43 +0300 |
---|---|---|
committer | Camil Staps | 2015-05-07 15:32:43 +0300 |
commit | 714b36763f3d769c318ee2c43f8a7e7498fcd70b (patch) | |
tree | 69d475a146e31f9db789bae985ed3a05897f6374 /src/CamilStaps/BotleaguesApi/Exception | |
parent | Fixed last commit (diff) |
LoginException; RedirectException
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/Exception')
-rw-r--r-- | src/CamilStaps/BotleaguesApi/Exception/LoginException.php | 5 | ||||
-rw-r--r-- | src/CamilStaps/BotleaguesApi/Exception/RedirectException.php | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/CamilStaps/BotleaguesApi/Exception/LoginException.php b/src/CamilStaps/BotleaguesApi/Exception/LoginException.php new file mode 100644 index 0000000..122d190 --- /dev/null +++ b/src/CamilStaps/BotleaguesApi/Exception/LoginException.php @@ -0,0 +1,5 @@ +<?php +namespace CamilStaps\BotleaguesApi\Exception; + +class LoginException extends \Exception { +}
\ No newline at end of file diff --git a/src/CamilStaps/BotleaguesApi/Exception/RedirectException.php b/src/CamilStaps/BotleaguesApi/Exception/RedirectException.php new file mode 100644 index 0000000..12d64b5 --- /dev/null +++ b/src/CamilStaps/BotleaguesApi/Exception/RedirectException.php @@ -0,0 +1,5 @@ +<?php +namespace CamilStaps\BotleaguesApi\Exception; + +class RedirectException extends \Exception { +}
\ No newline at end of file |