CocoaTweet
src
cocoatweet
exception
tweetDuplicateException.h
Go to the documentation of this file.
1
#ifndef COCOATWEET_EXCEPTION_TWEETDUPLICATEEXCEPTION_H_
2
#define COCOATWEET_EXCEPTION_TWEETDUPLICATEEXCEPTION_H_
3
4
#include <
cocoatweet/exception/exception.h
>
5
6
namespace
CocoaTweet::Exception
{
7
class
TweetDuplicateException
final :
public
Exception
{
8
using
Exception::Exception
;
9
};
10
}
// namespace CocoaTweet::Exception
11
12
#endif
CocoaTweet::Exception::TweetDuplicateException
Definition:
tweetDuplicateException.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