ビルドが通らないコードをpushして申し訳ございません. ver.2

This commit is contained in:
keita
2021-02-25 18:24:01 +09:00
parent 2f51a58e1a
commit c16f07429f
+1 -1
View File
@@ -18,7 +18,7 @@ Tweet Tweet::parse(const unsigned int _responseCode, const std::string& _json) {
if (error.get<int>() == 144) { if (error.get<int>() == 144) {
throw CocoaTweet::Exception::TweetNotFoundException(message.get<std::string>().c_str()); throw CocoaTweet::Exception::TweetNotFoundException(message.get<std::string>().c_str());
}else if(error.get<int>() == 32){ }else if(error.get<int>() == 32){
throw CocoaTweet::Exception::AuthenticateFoundException(message.get<std::string>().c_str()); throw CocoaTweet::Exception::AuthenticateException(message.get<std::string>().c_str());
} }
} }