CocoaTweet
src
cocoatweet
exception
tweetNotFoundException.h
Go to the documentation of this file.
1
#ifndef COCOATWEET_EXCEPTION_TWEETNOTFOUNDEXCEPTION_H_
2
#define COCOATWEET_EXCEPTION_TWEETNOTFOUNDEXCEPTION_H_
3
4
#include <
cocoatweet/exception/exception.h
>
5
6
namespace
CocoaTweet::Exception
{
7
class
TweetNotFoundException
final :
Exception
{
8
using
Exception::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
Generated by
1.8.17