Guest User

Untitled

a guest
Jan 15th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1.     class FacebookApiException(Exception):
  2.             def __init__(self, result):
  3.                     self._result = result
  4.             code = result['error_code'] if result.has_key('error_code') else 0
Add Comment
Please, Sign In to add comment