1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00

fix copy-paste bug :p

This commit is contained in:
nov 2014-08-15 11:08:42 +09:00
parent 00d7133c95
commit 4a51cdaccd

View file

@ -27,7 +27,7 @@ module FbGraph2
client_auth_method: :body
)
rescue Rack::OAuth2::Client::Error => e
raise Exception.detect_from_status(detect_from_status).new(e.message)
raise Exception.detect_from_status(e.status).new(e.message)
end
end
end