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
@@ -4,7 +4,7 @@
#include <cocoatweet/exception/exception.h>
namespace CocoaTweet::Exception {
class TweetDuplicateException final : Exception {
class TweetDuplicateException final : public Exception {
using Exception::Exception;
};
} // namespace CocoaTweet::Exception