Home
last modified time | relevance | path

Searched refs:GenericShareException (Results 1 – 22 of 22) sorted by relevance

/dports/www/owncloud/owncloud/lib/public/Share/
H A DIManager.php28 use OCP\Share\Exceptions\GenericShareException; alias
45 * @throws GenericShareException If $share requirements do not match
59 * @throws GenericShareException If $share requirements do not match
/dports/www/owncloud/owncloud/apps/files_sharing/lib/Controller/
H A DNotificationController.php36 use OCP\Share\Exceptions\GenericShareException; alias
92 } catch (GenericShareException | NotFoundException $e) {
140 } catch (GenericShareException $e) {
H A DShare20OcsController.php46 use OCP\Share\Exceptions\GenericShareException; alias
556 } catch (GenericShareException $e) {
923 } catch (GenericShareException $e) {
/dports/www/owncloud/owncloud/lib/private/Share/
H A DMailNotifications.php43 use OCP\Share\Exceptions\GenericShareException; alias
123 * @throws GenericShareException
128 throw new GenericShareException($message_t, $message_t, 403);
221 * @throws GenericShareException
228 throw new GenericShareException($message_t, $message_t, 403);
/dports/www/nextcloud/nextcloud/lib/public/Share/
H A DIShareProvider.php30 use OCP\Share\Exceptions\GenericShareException; alias
103 * @throws GenericShareException In case the share could not be restored
H A DIManager.php36 use OCP\Share\Exceptions\GenericShareException; alias
110 * @throws GenericShareException In case restoring the share failed
/dports/www/owncloud/owncloud/lib/private/Share20/
H A DManager.php49 use OCP\Share\Exceptions\GenericShareException; alias
241 * @throws GenericShareException
302 throw new GenericShareException($message_t, $message_t, 404);
312 * @throws GenericShareException
334 throw new GenericShareException($message_t, $message_t, 404);
339 throw new GenericShareException($message_t, $message_t, 400);
429 * @throws GenericShareException
446 throw new GenericShareException($message, $message, 404);
494 throw new GenericShareException($message, $message, 404);
708 * @throws GenericShareException
[all …]
/dports/www/nextcloud/nextcloud/lib/private/Share20/
H A DManager.php72 use OCP\Share\Exceptions\GenericShareException; alias
210 * @throws GenericShareException
289 throw new GenericShareException($message_t, $message_t, 404);
364 throw new GenericShareException($message_t);
368 throw new GenericShareException($message_t);
378 * @throws GenericShareException
395 throw new GenericShareException($message, $message, 404);
440 throw new GenericShareException($message, $message, 404);
467 * @throws GenericShareException
482 throw new GenericShareException($message, $message, 404);
[all …]
/dports/www/owncloud/owncloud/lib/public/Share/Exceptions/
H A DShareNotFound.php30 class ShareNotFound extends GenericShareException {
H A DIllegalIDChangeException.php27 class IllegalIDChangeException extends GenericShareException {
H A DTransferSharesException.php29 class TransferSharesException extends GenericShareException {
H A DGenericShareException.php31 class GenericShareException extends HintException { class
/dports/www/nextcloud/nextcloud/lib/public/Share/Exceptions/
H A DIllegalIDChangeException.php29 class IllegalIDChangeException extends GenericShareException {
H A DShareNotFound.php29 class ShareNotFound extends GenericShareException {
H A DGenericShareException.php34 class GenericShareException extends HintException { class
H A DAlreadySharedException.php33 class AlreadySharedException extends GenericShareException {
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/Controller/
H A DDeletedShareAPIController.php45 use OCP\Share\Exceptions\GenericShareException; alias
202 } catch (GenericShareException $e) {
H A DShareAPIController.php75 use OCP\Share\Exceptions\GenericShareException; alias
658 } catch (GenericShareException $e) {
1193 } catch (GenericShareException $e) {
1275 } catch (GenericShareException $e) {
/dports/net-im/nextcloud-talk/spreed/lib/Share/
H A DRoomShareProvider.php50 use OCP\Share\Exceptions\GenericShareException; alias
162 * @throws GenericShareException
168 throw new GenericShareException('Room not found', $this->l->t('Conversation not found'), 404);
172 throw new GenericShareException('Room not found', $this->l->t('Conversation not found'), 404);
180 throw new GenericShareException('Room not found', $this->l->t('Conversation not found'), 404);
188 …throw new GenericShareException('Already shared', $this->l->t('Path is already shared with this ro…
453 * @throws GenericShareException In case the share could not be restored
/dports/www/nextcloud-deck/deck/lib/Sharing/
H A DDeckShareProvider.php49 use OCP\Share\Exceptions\GenericShareException; alias
124 throw new GenericShareException('Card not found', $this->l->t('Card not found'), 404);
130 …throw new GenericShareException('Already shared', $this->l->t('Path is already shared with this ca…
/dports/www/nextcloud/nextcloud/apps-pkg/federatedfilesharing/lib/
H A DFederatedShareProvider.php55 use OCP\Share\Exceptions\GenericShareException; alias
637 throw new GenericShareException('not implemented');
/dports/www/nextcloud/nextcloud/apps-pkg/sharebymail/lib/
H A DShareByMailProvider.php65 use OCP\Share\Exceptions\GenericShareException; alias
779 throw new GenericShareException('not implemented');