nextcloud-gallery/lib/Service/ForbiddenServiceException.php

19 lines
398 B
PHP

<?php
/**
* Nextcloud - Gallery
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
namespace OCA\Gallery\Service;
/**
* Thrown when the service does not have access to a node
*/
class ForbiddenServiceException extends ServiceException {}