summaryrefslogtreecommitdiffstats
path: root/3rdparty/Dropbox/Exception.php
blob: 50cbc4c79150e821841cae2cb7383a63d88b2e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * Dropbox base 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
 */

/**
 * Base exception class
 */
class Dropbox_Exception extends Exception { }