aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php
blob: 5f0378cfc7405f688b1a77075ee62ba7bb18c850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/**
 * Dropbox Forbidden exception
 * 
 * @package Dropbox 
 * @copyright Copyright (C) 2010 Rooftop Solutions. All rights reserved.
 * @author Evert Pot (http://www.rooftopsolutions.nl/) 
 * @license http://code.google.com/p/dropbox-php/wiki/License MIT
 */

/**
 * This exception is thrown when we receive the 403 forbidden response
 */
class Dropbox_Exception_Forbidden extends Dropbox_Exception {


}