bookmarks/lib/Exception/ChildrenOrderValidationErro...

12 lines
283 B
PHP
Raw Normal View History

2019-10-26 12:10:49 +00:00
<?php
2020-09-21 12:25:50 +00:00
/*
* Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors.
2020-09-21 12:25:50 +00:00
*
* This file is licensed under the Affero General Public License version 3 or later. See the COPYING file.
*/
2019-10-26 12:10:49 +00:00
namespace OCA\Bookmarks\Exception;
class ChildrenOrderValidationError extends Exception {
}