OAuth2が出来るようになったよ。ブランチの目的からめちゃくちゃズレてるね

This commit is contained in:
keita
2021-10-07 20:53:25 +09:00
parent a4fd0d9830
commit 5d32261b9e
2184 changed files with 220055 additions and 42 deletions
@@ -0,0 +1,12 @@
#ifndef COCOATWEET_EXCEPTION_TOKENINVALIDEXCEPTION_H_
#define COCOATWEET_EXCEPTION_TOKENINVALIDEXCEPTION_H_
#include <cocoatweet/exception/exception.h>
namespace CocoaTweet::Exception {
class TokenInvalidException final : public Exception {
using Exception::Exception;
};
} // namespace CocoaTweet::Exception
#endif