aboutsummaryrefslogtreecommitdiff
path: root/src/CamilStaps/BotleaguesApi/Exception
diff options
context:
space:
mode:
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/Exception')
-rw-r--r--src/CamilStaps/BotleaguesApi/Exception/LoginException.php5
-rw-r--r--src/CamilStaps/BotleaguesApi/Exception/RedirectException.php5
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