mirror of
https://github.com/nextcloud/maps.git
synced 2026-01-12 15:46:09 +00:00
20 lines
339 B
PHP
20 lines
339 B
PHP
<?php
|
|
|
|
/**
|
|
* Nextcloud - maps
|
|
*
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
* later. See the COPYING file.
|
|
*
|
|
* @author Gergely Kovács 2021
|
|
* @copyright Gergely Kovács 2021
|
|
*/
|
|
|
|
namespace OCA\Maps\Helper;
|
|
|
|
/**
|
|
* Class GeoPhotoException
|
|
*/
|
|
class ExifDataNoLocationException extends \Exception {
|
|
}
|