diff options
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, 0 insertions, 10 deletions
diff --git a/src/CamilStaps/BotleaguesApi/Exception/LoginException.php b/src/CamilStaps/BotleaguesApi/Exception/LoginException.php deleted file mode 100644 index 122d190..0000000 --- a/src/CamilStaps/BotleaguesApi/Exception/LoginException.php +++ /dev/null @@ -1,5 +0,0 @@ -<?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 deleted file mode 100644 index 12d64b5..0000000 --- a/src/CamilStaps/BotleaguesApi/Exception/RedirectException.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php -namespace CamilStaps\BotleaguesApi\Exception; - -class RedirectException extends \Exception { -}
\ No newline at end of file |