f36ef8ca80
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 lines
127 B
PHP
7 lines
127 B
PHP
<?php
|
|
|
|
namespace OC\AppFramework\Middleware\PublicShare\Exceptions;
|
|
|
|
class NeedAuthenticationException extends \Exception {
|
|
|
|
}
|