mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
7 lines
127 B
PHP
7 lines
127 B
PHP
<?php
|
|
|
|
namespace OC\AppFramework\Middleware\PublicShare\Exceptions;
|
|
|
|
class NeedAuthenticationException extends \Exception {
|
|
|
|
}
|