mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
f36ef8ca80
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 lines
127 B
PHP
8 lines
127 B
PHP
<?php
|
|
|
|
namespace OC\AppFramework\Middleware\PublicShare\Exceptions;
|
|
|
|
class NeedAuthenticationException extends \Exception {
|
|
|
|
}
|