mirror of
https://github.com/nextcloud/server.git
synced 2026-02-15 08:48:14 -05:00
15 lines
341 B
PHP
15 lines
341 B
PHP
<?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 { }
|