?iť?

Your IP : 3.12.155.249


Current Path : /home/scgforma/www/cloud/apps/gallery/lib/Environment/
Upload File :
Current File : /home/scgforma/www/cloud/apps/gallery/lib/Environment/NotFoundEnvException.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\Environment;

/**
 * Thrown when the Environment cannot find or access a node
 */
class NotFoundEnvException extends EnvironmentException {}