694d0b75 by fehrlich

update exceptions

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