CocoaTweet
tokenInvalidException.h
Go to the documentation of this file.
1 #ifndef COCOATWEET_EXCEPTION_TOKENINVALIDEXCEPTION_H_
2 #define COCOATWEET_EXCEPTION_TOKENINVALIDEXCEPTION_H_
3 
5 
6 namespace CocoaTweet::Exception {
7 class TokenInvalidException final : public Exception {
9 };
10 } // namespace CocoaTweet::Exception
11 
12 #endif
CocoaTweet::Exception::Exception::Exception
Exception(const char *_msg)
Definition: exception.h:10
CocoaTweet::Exception
Definition: authenticateException.h:6
CocoaTweet::Exception::Exception
Definition: exception.h:8
CocoaTweet::Exception::TokenInvalidException
Definition: tokenInvalidException.h:7
exception.h