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