CocoaTweet
tweetNotFoundException.h
Go to the documentation of this file.
1 #ifndef COCOATWEET_EXCEPTION_TWEETNOTFOUNDEXCEPTION_H_
2 #define COCOATWEET_EXCEPTION_TWEETNOTFOUNDEXCEPTION_H_
3 
5 
6 namespace CocoaTweet::Exception {
7 class TweetNotFoundException final : public Exception {
9 };
10 } // namespace CocoaTweet::Exception
11 
12 #endif
CocoaTweet::Exception::TweetNotFoundException
Definition: tweetNotFoundException.h:7
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
exception.h