Home
last modified time | relevance | path

Searched refs:FacebookAuthenticationException (Results 1 – 2 of 2) sorted by relevance

/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php89 … return new static($response, new FacebookAuthenticationException($message, $code));
106 return new static($response, new FacebookAuthenticationException($message, $code));
133 return new static($response, new FacebookAuthenticationException($message, $code));
H A DFacebookAuthenticationException.php31 class FacebookAuthenticationException extends FacebookSDKException class