icingaweb2/library/Icinga/Exception/Json/JsonException.php

14 lines
268 B
PHP

<?php
/* Icinga Web 2 | (c) 2017 Icinga Development Team | GPLv2+ */
namespace Icinga\Exception\Json;
use Icinga\Exception\IcingaException;
/**
* Exception thrown by {@link \Icinga\Util\Json} on failure
*/
abstract class JsonException extends IcingaException
{
}