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

9 lines
100 B
PHP
Raw Normal View History

2015-04-01 14:58:23 +03:00
<?php
namespace OCA\Encryption\Exceptions;
class FileKeyMissingException extends \Exception {
}