0ac4d8f5 by fehrlich

fix ns for execption

1 parent 95628a5c
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
2 2
3 namespace fehrlich\ScoutAPI\exceptions; 3 namespace fehrlich\ScoutAPI\exceptions;
4 4
5 use Exception;
6
5 class AuthException extends Exception 7 class AuthException extends Exception
6 { 8 {
7 } 9 }
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
2 2
3 namespace fehrlich\ScoutAPI\exceptions; 3 namespace fehrlich\ScoutAPI\exceptions;
4 4
5 use Exception;
6
5 class InvalidTokenException extends Exception 7 class InvalidTokenException extends Exception
6 { 8 {
7 } 9 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!