mirror of
https://github.com/nextcloud/server.git
synced 2026-04-10 19:47:30 -04:00
8 lines
100 B
PHP
8 lines
100 B
PHP
<?php
|
|
|
|
|
|
namespace OCA\Encryption\Exceptions;
|
|
|
|
class FileKeyMissingException extends \Exception {
|
|
|
|
}
|