icingaweb2/library/Icinga/Exception/AlreadyExistsException.php

14 lines
267 B
PHP
Raw Permalink Normal View History

2015-08-27 07:56:24 -04:00
<?php
// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later
2015-08-27 07:56:24 -04:00
namespace Icinga\Exception;
/**
* Exception thrown if something to add already exists
*/
class AlreadyExistsException extends IcingaException
{
}