From 714b36763f3d769c318ee2c43f8a7e7498fcd70b Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 7 May 2015 15:32:43 +0300 Subject: LoginException; RedirectException --- src/CamilStaps/BotleaguesApi/Exception/LoginException.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/CamilStaps/BotleaguesApi/Exception/LoginException.php (limited to 'src/CamilStaps/BotleaguesApi/Exception/LoginException.php') 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 -- cgit v1.2.3