mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
8 lines
127 B
PHP
8 lines
127 B
PHP
<?php
|
|
|
|
namespace OC\AppFramework\Middleware\PublicShare\Exceptions;
|
|
|
|
class NeedAuthenticationException extends \Exception {
|
|
|
|
}
|