mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 06:15:08 -05:00
9 lines
100 B
PHP
9 lines
100 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
namespace OCA\Encryption\Exceptions;
|
||
|
|
|
||
|
|
class FileKeyMissingException extends \Exception {
|
||
|
|
|
||
|
|
}
|