/Tests/FacebookApiException.php

http://github.com/FriendsOfSymfony/FOSFacebookBundle · PHP · 14 lines · 4 code · 2 blank · 8 comment · 0 complexity · 4a18c3d120ca19b1ed7e65cc89dd7354 MD5 · raw file

  1. <?php
  2. /*
  3. * This file is part of the FOSFacebookBundle package.
  4. *
  5. * (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. */
  10. class FacebookApiException extends \Exception
  11. {
  12. }