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