summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Exception/Json/JsonException.php
blob: 2ca360511578897a593b0d885ca7a82caea0a945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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
{
}