1 | <?php |
||
10 | class UploadException extends \Exception |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @param RepositoryResponse $repositoryResponse |
||
15 | * |
||
16 | * @return RepositoryException |
||
17 | */ |
||
18 | public static function failed(RepositoryResponse $repositoryResponse) |
||
22 | |||
23 | /**+ |
||
24 | * @param $missingIndex |
||
25 | * |
||
26 | * @return RepositoryException |
||
27 | */ |
||
28 | public static function missingIndex($missingIndex) |
||
32 | } |
||
33 |