nextcloud/apps/encryption/lib/exceptions/filekeymissingexception.php

9 lines
100 B
PHP

<?php
namespace OCA\Encryption\Exceptions;
class FileKeyMissingException extends \Exception {
}