mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 14:54:02 -05:00
11 lines
124 B
PHP
11 lines
124 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace OCP\TaskProcessing\Exception;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @since 30.0.0
|
||
|
|
*/
|
||
|
|
class UnauthorizedException extends Exception {
|
||
|
|
|
||
|
|
}
|