You are here

public function fb_GraphException::customFunction in Drupal for Facebook 7.4

File

./fb.module, line 1859

Class

fb_GraphException
Define a custom exception class to keep track of both the HTTP response code and the facebook error code.

Code

public function customFunction() {
  echo "A custom function for this type of exception\n";
}