aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/lib/SabreDAV/lib/OldSabre/DAV/Exception/FileNotFound.php
blob: f35f9b3508b19395bc4776ade27dc271ac7bc3b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php

namespace OldSabre\DAV\Exception;

/**
 * FileNotFound
 *
 * Deprecated: Warning, this class is deprecated and will be removed in a
 * future version of SabreDAV. Please use OldSabre\DAV\Exception\NotFound instead.
 *
 * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
 * @author Evert Pot (http://evertpot.com/)
 * @deprecated Use OldSabre\DAV\Exception\NotFound instead
 * @license http://sabre.io/license/ Modified BSD License
 */
class FileNotFound extends NotFound {

}

© 2014-2024 Faster IT GmbH | imprint | privacy policy