Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MisMatchedChecksumError.php « Exceptions « Common « OpenCloud « lib « php-opencloud « 3rdparty « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75b4f9269956154534a0e33594b6f7b4c71e3baf (plain)
1
2
3
4
5
<?php

namespace OpenCloud\Common\Exceptions;

class MisMatchedChecksumError extends \Exception {}